| OLD | NEW |
| 1 <script src="../../js/resources/js-test-pre.js"></script> | 1 <script src="../../../resources/js-test.js"></script> |
| 2 <style> | 2 <style> |
| 3 body { | 3 body { |
| 4 font: 16px Ahem; | 4 font: 16px Ahem; |
| 5 } | 5 } |
| 6 | 6 |
| 7 #base { | 7 #base { |
| 8 width: 300px; | 8 width: 300px; |
| 9 height: 100px; | 9 height: 100px; |
| 10 } | 10 } |
| 11 | 11 |
| (...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 163 | 163 |
| 164 var tests = document.getElementsByClassName("testBox"); | 164 var tests = document.getElementsByClassName("testBox"); |
| 165 for (var i = 0; i < tests.length; ++i) | 165 for (var i = 0; i < tests.length; ++i) |
| 166 test(i + 1, tests[i]); | 166 test(i + 1, tests[i]); |
| 167 | 167 |
| 168 if (window.testRunner) { | 168 if (window.testRunner) { |
| 169 var area = document.getElementById('testArea'); | 169 var area = document.getElementById('testArea'); |
| 170 area.parentNode.removeChild(area); | 170 area.parentNode.removeChild(area); |
| 171 } | 171 } |
| 172 </script> | 172 </script> |
| OLD | NEW |