| OLD | NEW |
| 1 <html> | 1 <html> |
| 2 <head> | 2 <head> |
| 3 <script src="../../inspector-test.js"></script> | 3 <script src="../../inspector-test.js"></script> |
| 4 <script src="../../elements-test.js"></script> | 4 <script src="../../elements-test.js"></script> |
| 5 <link rel="stylesheet" href="resources/stylesheet-tracking.css" /> | 5 <link rel="stylesheet" href="../styles/resources/stylesheet-tracking.css" /> |
| 6 | 6 |
| 7 <style> | 7 <style> |
| 8 html { | 8 html { |
| 9 font-size: 12px; | 9 font-size: 12px; |
| 10 } | 10 } |
| 11 </style> | 11 </style> |
| 12 | 12 |
| 13 <script> | 13 <script> |
| 14 | 14 |
| 15 function addStyleSheet() | 15 function addStyleSheet() |
| (...skipping 239 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 255 | 255 |
| 256 <body onload="runTest()"> | 256 <body onload="runTest()"> |
| 257 <p> | 257 <p> |
| 258 Tests that the styleSheetAdded and styleSheetRemoved events are reported into th
e frontend. <a href="https://bugs.webkit.org/show_bug.cgi?id=105828">Bug 105828<
/a>. | 258 Tests that the styleSheetAdded and styleSheetRemoved events are reported into th
e frontend. <a href="https://bugs.webkit.org/show_bug.cgi?id=105828">Bug 105828<
/a>. |
| 259 </p> | 259 </p> |
| 260 | 260 |
| 261 <div id="inspected">Text</div> | 261 <div id="inspected">Text</div> |
| 262 | 262 |
| 263 </body> | 263 </body> |
| 264 </html> | 264 </html> |
| OLD | NEW |