OLD | NEW |
1 <html> | 1 <html> |
2 <head> | 2 <head> |
3 <style> | 3 <style> |
4 .sample { | 4 .sample { |
5 font-family: monospace; | 5 font-family: monospace; |
6 font-size: 24px; | 6 font-size: 24px; |
7 margin: 20px; | 7 margin: 20px; |
8 padding: 10px; | 8 padding: 10px; |
9 } | 9 } |
10 </style> | 10 </style> |
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
95 <div id="console"></div> | 95 <div id="console"></div> |
96 <script src="../../fast/js/resources/js-test-pre.js"></script> | 96 <script src="../../fast/js/resources/js-test-pre.js"></script> |
97 <script> | 97 <script> |
98 if (window.testRunner) { | 98 if (window.testRunner) { |
99 testIt('mac'); | 99 testIt('mac'); |
100 testIt('unix'); | 100 testIt('unix'); |
101 testIt('win'); | 101 testIt('win'); |
102 document.getElementById('container').outerHTML = ''; | 102 document.getElementById('container').outerHTML = ''; |
103 } | 103 } |
104 </script> | 104 </script> |
105 <script src="../../fast/js/resources/js-test-post.js"></script> | |
106 </body> | 105 </body> |
107 </html> | 106 </html> |
OLD | NEW |