Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / inspector / elements / styles-4 / styles-with-spaces-in-sourceURL.html
blob82553f03cbd98caa0c09e12107a347905874e799
1 <html>
2 <head>
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">
7 <script>
9 function test()
11 InspectorTest.selectNodeAndWaitForStyles("inspected", onNodeSelected);
13 function onNodeSelected()
15 InspectorTest.dumpSelectedElementStyles(true);
16 InspectorTest.completeTest();
19 </script>
21 </head>
23 <body onload="runTest()">
24 <p>
25 Verifies that links for URLs with spaces displayed properly for matched styles.
26 </p>
28 <div id="inspected"></div>
30 </body>
31 </html>