| OLD | NEW |
| 1 <html> | 1 <html> |
| 2 <head> | 2 <head> |
| 3 | 3 |
| 4 <style> | 4 <style> |
| 5 | 5 |
| 6 /* An inline stylesheet */ | 6 /* An inline stylesheet */ |
| 7 body.mainpage { | 7 body.mainpage { |
| 8 text-decoration: none; | 8 text-decoration: none; |
| 9 } | 9 } |
| 10 </style> | 10 </style> |
| 11 | 11 |
| 12 <link rel="stylesheet" href="resources/get-set-stylesheet-text.css"> | 12 <link rel="stylesheet" href="../styles/resources/get-set-stylesheet-text.css"> |
| 13 | 13 |
| 14 <script src="../../../http/tests/inspector/inspector-test.js"></script> | 14 <script src="../../../http/tests/inspector/inspector-test.js"></script> |
| 15 <script src="../../../http/tests/inspector/elements-test.js"></script> | 15 <script src="../../../http/tests/inspector/elements-test.js"></script> |
| 16 <script> | 16 <script> |
| 17 | 17 |
| 18 function test() | 18 function test() |
| 19 { | 19 { |
| 20 var foundStyleSheetHeader; | 20 var foundStyleSheetHeader; |
| 21 var foundStyleSheetText; | 21 var foundStyleSheetText; |
| 22 | 22 |
| (...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 112 </script> | 112 </script> |
| 113 </head> | 113 </head> |
| 114 | 114 |
| 115 <body onload="runTest()"> | 115 <body onload="runTest()"> |
| 116 <p> | 116 <p> |
| 117 Tests that WebInspector.CSSStyleSheet methods work as expected. | 117 Tests that WebInspector.CSSStyleSheet methods work as expected. |
| 118 </p> | 118 </p> |
| 119 <h1 id="inspected">Inspect Me</h1> | 119 <h1 id="inspected">Inspect Me</h1> |
| 120 </body> | 120 </body> |
| 121 </html> | 121 </html> |
| OLD | NEW |