3 <script src=
"../../../http/tests/inspector/inspector-test.js"></script>
4 <script src=
"../../../http/tests/inspector/elements-test.js"></script>
5 <link rel=
"stylesheet" href=
"../styles/resources/style-with-spaces-in-sourceURL.css">
11 InspectorTest
.selectNodeAndWaitForStyles("inspected", onNodeSelected
);
13 function onNodeSelected()
15 InspectorTest
.dumpSelectedElementStyles(true);
16 InspectorTest
.completeTest();
23 <body onload=
"runTest()">
25 Verifies that links for URLs with spaces displayed properly for matched styles.
28 <div id=
"inspected"></div>