Wed, 31 Dec 2014 13:27:57 +0100
Ignore runtime configuration files generated during quality assurance.
michael@0 | 1 | <!DOCTYPE html> |
michael@0 | 2 | <html class="reftest-wait"> |
michael@0 | 3 | <body> |
michael@0 | 4 | <fieldset id="f" style="overflow: auto;"></fieldset> |
michael@0 | 5 | <script> |
michael@0 | 6 | function boom() |
michael@0 | 7 | { |
michael@0 | 8 | var f = document.getElementById("f"); |
michael@0 | 9 | var s = document.createElement("span"); |
michael@0 | 10 | s.textContent = "Hello Kitty"; |
michael@0 | 11 | f.appendChild(s); |
michael@0 | 12 | document.documentElement.removeAttribute("class"); |
michael@0 | 13 | } |
michael@0 | 14 | window.addEventListener("MozReftestInvalidate", boom); |
michael@0 | 15 | </script> |
michael@0 | 16 | </body> |
michael@0 | 17 | </html> |