Mypal/dom/browser-element/mochitest/file_browserElement_NextPaint.html
2019-03-11 13:26:37 +03:00

10 lines
145 B
HTML

<html>
<body>
<script>
addEventListener("hashchange", function () {
document.body.style.backgroundColor = "red";
});
</script>
</body>
</html>