| OLD | NEW |
| 1 <html> | 1 <html> |
| 2 <head> | 2 <head> |
| 3 <script src="../../../http/tests/inspector/inspector-test.js"></script> | 3 <script src="../../../http/tests/inspector/inspector-test.js"></script> |
| 4 <script src="../../../http/tests/inspector/elements-test.js"></script> | 4 <script src="../../../http/tests/inspector/elements-test.js"></script> |
| 5 <script> | 5 <script> |
| 6 | 6 |
| 7 function test() | 7 function test() |
| 8 { | 8 { |
| 9 InspectorTest.runTestSuite([ | 9 InspectorTest.runTestSuite([ |
| 10 function init(next) | 10 function init(next) |
| (...skipping 19 matching lines...) Expand all Loading... |
| 30 | 30 |
| 31 <body onload="runTest()"> | 31 <body onload="runTest()"> |
| 32 <p> | 32 <p> |
| 33 Tests that adding a new rule with invalid selector works as expected. | 33 Tests that adding a new rule with invalid selector works as expected. |
| 34 </p> | 34 </p> |
| 35 | 35 |
| 36 <div id="inspected">Text</div> | 36 <div id="inspected">Text</div> |
| 37 | 37 |
| 38 </body> | 38 </body> |
| 39 </html> | 39 </html> |
| OLD | NEW |