| OLD | NEW |
| 1 <html> | 1 <html> |
| 2 <head> | 2 <head> |
| 3 | 3 |
| 4 <link rel="stylesheet" href="resources/styles-source-offsets.css"> | 4 <link rel="stylesheet" href="../styles/resources/styles-source-offsets.css"> |
| 5 | 5 |
| 6 <script src="../../../http/tests/inspector/inspector-test.js"></script> | 6 <script src="../../../http/tests/inspector/inspector-test.js"></script> |
| 7 <script src="../../../http/tests/inspector/elements-test.js"></script> | 7 <script src="../../../http/tests/inspector/elements-test.js"></script> |
| 8 <script> | 8 <script> |
| 9 | 9 |
| 10 function test() | 10 function test() |
| 11 { | 11 { |
| 12 function dumpStyleData(ruleOrStyle) | 12 function dumpStyleData(ruleOrStyle) |
| 13 { | 13 { |
| 14 var isRule = !!(ruleOrStyle.style); | 14 var isRule = !!(ruleOrStyle.style); |
| (...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 92 </style> | 92 </style> |
| 93 </head> | 93 </head> |
| 94 | 94 |
| 95 <body id="mainBody" class="main1 main2 mainpage" onload="runTest()" style="font-
weight: normal; width: 80%"> | 95 <body id="mainBody" class="main1 main2 mainpage" onload="runTest()" style="font-
weight: normal; width: 80%"> |
| 96 <p> | 96 <p> |
| 97 Tests that proper data and start/end offset positions are reported for CSS style
declarations and properties. | 97 Tests that proper data and start/end offset positions are reported for CSS style
declarations and properties. |
| 98 </p> | 98 </p> |
| 99 | 99 |
| 100 </body> | 100 </body> |
| 101 </html> | 101 </html> |
| OLD | NEW |