layout/reftests/bugs/509155-1.xhtml

branch
TOR_BUG_9701
changeset 3
141e0f1194b1
equal deleted inserted replaced
-1:000000000000 0:91a8d74ac2d8
1 <html xmlns="http://www.w3.org/1999/xhtml" class="reftest-wait">
2 <head>
3 <style>
4 html { color: black; outline-color: inherit; outline-width: 10px;
5 outline-style: solid; }
6 </style>
7 <script>
8 window.addEventListener("MozReftestInvalidate",
9 function() {
10 document.getElementById("x").removeAttribute("style");
11 document.documentElement.className = "";
12 },
13 false);
14 </script>
15 </head>
16 <body style="outline-color: green;">
17 <html id="x" style="display: none">Test</html>
18 </body>
19 </html>

mercurial