| OLD | NEW |
| 1 <html> | 1 <html> |
| 2 <head> | 2 <head> |
| 3 <script src="../js/resources/js-test-pre.js"></script> | 3 <script src="../js/resources/js-test-pre.js"></script> |
| 4 <script> | 4 <script> |
| 5 jsTestIsAsync = true; | 5 jsTestIsAsync = true; |
| 6 | 6 |
| 7 if (window.testRunner) | 7 if (window.testRunner) |
| 8 window.testRunner.keepWebHistory(); | 8 window.testRunner.keepWebHistory(); |
| 9 | 9 |
| 10 function compareStyles() | 10 function compareStyles() |
| (...skipping 19 matching lines...) Expand all Loading... |
| 30 <body onload="compareStyles()"> | 30 <body onload="compareStyles()"> |
| 31 <iframe src="resources/dummy.html" style="display:none"></iframe> | 31 <iframe src="resources/dummy.html" style="display:none"></iframe> |
| 32 | 32 |
| 33 <p>These two links should be different colors (green and orange):</p> | 33 <p>These two links should be different colors (green and orange):</p> |
| 34 <p style="color:green"> | 34 <p style="color:green"> |
| 35 <a id="enclosure" href="resources/dummy.html"></a> | 35 <a id="enclosure" href="resources/dummy.html"></a> |
| 36 <a href="resources/dummy.html" id="two">Two</a> | 36 <a href="resources/dummy.html" id="two">Two</a> |
| 37 </p> | 37 </p> |
| 38 <div id=console></div> | 38 <div id=console></div> |
| 39 </body> | 39 </body> |
| 40 <script src="../js/resources/js-test-post.js"></script> | |
| 41 </html> | 40 </html> |
| OLD | NEW |