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="resources/stylesheet-tracking.css" /> |
6 | 6 |
7 <style> | 7 <style> |
8 html { | 8 html { |
9 font-size: 12px; | 9 font-size: 12px; |
10 } | 10 } |
(...skipping 226 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
237 | 237 |
238 <body onload="runTest()"> | 238 <body onload="runTest()"> |
239 <p> | 239 <p> |
240 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>. | 240 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>. |
241 </p> | 241 </p> |
242 | 242 |
243 <div id="inspected">Text</div> | 243 <div id="inspected">Text</div> |
244 | 244 |
245 </body> | 245 </body> |
246 </html> | 246 </html> |
OLD | NEW |