dom/browser-element/mochitest/file_browserElement_NextPaint.html

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:a0a70a001eea
1 <html>
2 <body>
3 <script>
4 addEventListener("hashchange", function () {
5 document.body.style.backgroundColor = "red";
6 });
7 </script>
8 </body>
9 </html>

mercurial