| OLD | NEW |
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <html> | 2 <html> |
| 3 <head> | 3 <head> |
| 4 | 4 |
| 5 <script src="../js/resources/js-test-pre.js"></script> | 5 <script src="../../resources/js-test.js"></script> |
| 6 <script> | 6 <script> |
| 7 if (window.testRunner) { | 7 if (window.testRunner) { |
| 8 testRunner.waitUntilDone(); | 8 testRunner.waitUntilDone(); |
| 9 testRunner.dumpAsText(); | 9 testRunner.dumpAsText(); |
| 10 } | 10 } |
| 11 | 11 |
| 12 function getComputedStyleForElement(element, cssPropertyName) | 12 function getComputedStyleForElement(element, cssPropertyName) |
| 13 { | 13 { |
| 14 if (!element) { | 14 if (!element) { |
| 15 return null; | 15 return null; |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 62 <div id="console"></div> | 62 <div id="console"></div> |
| 63 <div style='height: 100%; display:table;'> | 63 <div style='height: 100%; display:table;'> |
| 64 <div style='height: 100%; display:table-row;'> | 64 <div style='height: 100%; display:table-row;'> |
| 65 <div style='display:table-cell;'> | 65 <div style='display:table-cell;'> |
| 66 <iframe id='iframe-100' frameborder='0px' src='data:text/html;charse
t=utf-8,<body></body>'></iframe> | 66 <iframe id='iframe-100' frameborder='0px' src='data:text/html;charse
t=utf-8,<body></body>'></iframe> |
| 67 </div> | 67 </div> |
| 68 </div> | 68 </div> |
| 69 </div> | 69 </div> |
| 70 </body> | 70 </body> |
| 71 </html> | 71 </html> |
| OLD | NEW |