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 | function boom() |
michael@0 | 6 | { |
michael@0 | 7 | document.execCommand("selectAll", false, null); |
michael@0 | 8 | document.execCommand("formatBlock", false, "<h5>"); |
michael@0 | 9 | document.execCommand("justifyfull", false, null); |
michael@0 | 10 | document.execCommand("indent", false, null); |
michael@0 | 11 | document.execCommand("outdent", false, null); |
michael@0 | 12 | document.getElementById("q").appendChild(document.createTextNode('v')); |
michael@0 | 13 | document.documentElement.removeAttribute("class"); |
michael@0 | 14 | } |
michael@0 | 15 | |
michael@0 | 16 | </script> |
michael@0 | 17 | </head> |
michael@0 | 18 | |
michael@0 | 19 | <body onload="boom();" style="width: 800px; -moz-column-count: 4; column-count: 4;"><div contenteditable="true" style="height: 80px;"><div><div><hr><span> </span></div></div></div><div id="q" style="height: 80px;"><div style="float: left; height: 10px; width: 10px;"></div><div style="padding: 180px; -moz-column-count: 1; column-count: 1; clear: right;"></div></div></body> |
michael@0 | 20 | </html> |
michael@0 | 21 |