| OLD | NEW |
| 1 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> | 1 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> |
| 2 <html> | 2 <html> |
| 3 <head> | 3 <head> |
| 4 <link id="sheet" rel="stylesheet" href="data:tex/css,#test-element{text-decorati
on:line-through}"> | 4 <link id="sheet" rel="stylesheet" href="data:tex/css,#test-element{text-decorati
on:line-through}"> |
| 5 <link id="notsheet" rel="author" href="mailto:nosuch@webkit.org"> | 5 <link id="notsheet" rel="author" href="mailto:nosuch@webkit.org"> |
| 6 <link id="alt" rel="alternate stylesheet" title="altset" href="resources/green.c
ss"> | 6 <link id="alt" rel="alternate stylesheet" title="altset" href="resources/green.c
ss"> |
| 7 <script src="../js/resources/js-test-pre.js"></script> | 7 <script src="../js/resources/js-test-pre.js"></script> |
| 8 </head> | 8 </head> |
| 9 <body> | 9 <body> |
| 10 | 10 |
| (...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 91 link.disabled = true; | 91 link.disabled = true; |
| 92 shouldBe("getComputedStyle(testElement).backgroundColor", "originalBG"); | 92 shouldBe("getComputedStyle(testElement).backgroundColor", "originalBG"); |
| 93 | 93 |
| 94 finishJSTest(); | 94 finishJSTest(); |
| 95 } | 95 } |
| 96 | 96 |
| 97 link.disabled = false; | 97 link.disabled = false; |
| 98 onSheetLoaded(altSheetLoaded, link, 500); | 98 onSheetLoaded(altSheetLoaded, link, 500); |
| 99 | 99 |
| 100 </script> | 100 </script> |
| 101 <script src="../js/resources/js-test-post.js"></script> | |
| 102 </body></html> | 101 </body></html> |
| OLD | NEW |