| Index: LayoutTests/inspector/elements/styles/parse-declaration-with-quote.html
|
| diff --git a/LayoutTests/inspector/elements/styles/parse-declaration-with-quote.html b/LayoutTests/inspector/elements/styles/parse-declaration-with-quote.html
|
| deleted file mode 100644
|
| index 07f78c669b041a52de84acf79b7f3a6d73e2e2fd..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/inspector/elements/styles/parse-declaration-with-quote.html
|
| +++ /dev/null
|
| @@ -1,27 +0,0 @@
|
| -<html>
|
| -<head>
|
| -<script src="../../../http/tests/inspector/inspector-test.js"></script>
|
| -<script src="../../../http/tests/inspector/elements-test.js"></script>
|
| -<script>
|
| -
|
| -function test()
|
| -{
|
| -
|
| - InspectorTest.selectNodeAndWaitForStyles("inspected", dumpStyles);
|
| -
|
| - function dumpStyles()
|
| - {
|
| - InspectorTest.dumpSelectedElementStyles(true);
|
| - InspectorTest.completeTest();
|
| - }
|
| -}
|
| -</script>
|
| -</head>
|
| -
|
| -<body onload="runTest()">
|
| -<p>
|
| -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>
|
| -
|
| -<div id="inspected" style="color: red'foo"></div>
|
| -</body>
|
| -</html>
|
|
|