3 <script src=
"../../../http/tests/inspector/inspector-test.js"></script>
4 <script src=
"../../../http/tests/inspector/elements-test.js"></script>
10 InspectorTest
.selectNodeAndWaitForStyles("inspected", dumpStyles
);
14 InspectorTest
.dumpSelectedElementStyles(true);
15 InspectorTest
.completeTest();
21 <body onload=
"runTest()">
23 Tests that CSSParser correctly parses declarations with unterminated strings.
<a href=
"https://code.google.com/p/chromium/issues/detail?id=231127">Blink bug
231127</a>
25 <div id=
"inspected" style=
"color: red'foo"></div>