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

10 lines
145 B
HTML

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