| 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 <link rel="stylesheet" href="resources/style-with-spaces-in-sourceURL.css"> | 5 <link rel="stylesheet" href="../styles/resources/style-with-spaces-in-sourceURL.
css"> |
| 6 | 6 |
| 7 <script> | 7 <script> |
| 8 | 8 |
| 9 function test() | 9 function test() |
| 10 { | 10 { |
| 11 InspectorTest.selectNodeAndWaitForStyles("inspected", onNodeSelected); | 11 InspectorTest.selectNodeAndWaitForStyles("inspected", onNodeSelected); |
| 12 | 12 |
| 13 function onNodeSelected() | 13 function onNodeSelected() |
| 14 { | 14 { |
| 15 InspectorTest.dumpSelectedElementStyles(true); | 15 InspectorTest.dumpSelectedElementStyles(true); |
| 16 InspectorTest.completeTest(); | 16 InspectorTest.completeTest(); |
| 17 } | 17 } |
| 18 } | 18 } |
| 19 </script> | 19 </script> |
| 20 | 20 |
| 21 </head> | 21 </head> |
| 22 | 22 |
| 23 <body onload="runTest()"> | 23 <body onload="runTest()"> |
| 24 <p> | 24 <p> |
| 25 Verifies that links for URLs with spaces displayed properly for matched styles. | 25 Verifies that links for URLs with spaces displayed properly for matched styles. |
| 26 </p> | 26 </p> |
| 27 | 27 |
| 28 <div id="inspected"></div> | 28 <div id="inspected"></div> |
| 29 | 29 |
| 30 </body> | 30 </body> |
| 31 </html> | 31 </html> |
| OLD | NEW |