Mypal/dom/browser-element/mochitest/file_browserElement_NextPaint.html

10 lines
145 B
HTML
Raw Normal View History

2019-03-11 10:26:37 +00:00
<html>
<body>
<script>
addEventListener("hashchange", function () {
document.body.style.backgroundColor = "red";
});
</script>
</body>
</html>