Wed, 31 Dec 2014 13:27:57 +0100
Ignore runtime configuration files generated during quality assurance.
michael@0 | 1 | <html class="reftest-wait"> |
michael@0 | 2 | <head> |
michael@0 | 3 | <script type="text/javascript"> |
michael@0 | 4 | |
michael@0 | 5 | var childLoads = 0; |
michael@0 | 6 | function inc() |
michael@0 | 7 | { |
michael@0 | 8 | ++childLoads; |
michael@0 | 9 | if (childLoads >= 2) |
michael@0 | 10 | document.documentElement.removeAttribute("class"); |
michael@0 | 11 | } |
michael@0 | 12 | |
michael@0 | 13 | </script> |
michael@0 | 14 | </head> |
michael@0 | 15 | |
michael@0 | 16 | <body> |
michael@0 | 17 | |
michael@0 | 18 | <iframe src="412651-1-frame.xhtml" onload="inc();"></iframe> |
michael@0 | 19 | |
michael@0 | 20 | </body> |
michael@0 | 21 | </html> |