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

10 lines
145 B
HTML
Raw Normal View History

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