https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 093b9474d12dc945dccdff7cc35ace71b60c9978 authored by moz-wptsync-bot on 13 March 2018, 19:14:12 UTC
Add a WPT test for calc font-variation-settings.
Tip revision: 093b947
event_setattribute_handler.html
<!DOCTYPE HTML>
<html>
<head></head>
<body>
<script>

function handleStorageEvent(e) {
    window.parent.storageEventList.push(e);
}

document.body.setAttribute("onstorage", "handleStorageEvent(event);");

</script>
</body>
</html>
back to top