| Index: LayoutTests/inspector/elements/styles/styles-source-lines-recovery.html
|
| diff --git a/LayoutTests/inspector/elements/styles/styles-source-lines-recovery.html b/LayoutTests/inspector/elements/styles/styles-source-lines-recovery.html
|
| deleted file mode 100644
|
| index c6b5deb3c61fbd37934b443870157f8446b2b03a..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/inspector/elements/styles/styles-source-lines-recovery.html
|
| +++ /dev/null
|
| @@ -1,56 +0,0 @@
|
| -<html>
|
| -<head>
|
| -<style>
|
| -@media all {
|
| - ::-moz-focus-inner {}
|
| -}
|
| -#main {
|
| - color: red;
|
| -}
|
| -</style>
|
| -
|
| -<style>
|
| -@-webkit-region x {
|
| - x ? {}
|
| -}
|
| -#main {
|
| - color: blue;
|
| -}
|
| -</style>
|
| -
|
| -<style>
|
| -@-webkit-region x {
|
| - ? {}
|
| -}
|
| -#main {
|
| - color: white;
|
| -}
|
| -</style>
|
| -
|
| -<script src="../../../http/tests/inspector/inspector-test.js"></script>
|
| -<script src="../../../http/tests/inspector/elements-test.js"></script>
|
| -<script>
|
| -
|
| -function test()
|
| -{
|
| - InspectorTest.selectNodeAndWaitForStyles("main", step1);
|
| -
|
| - function step1()
|
| - {
|
| - InspectorTest.dumpSelectedElementStyles(true, false, true);
|
| - InspectorTest.completeTest();
|
| - }
|
| -}
|
| -
|
| -</script>
|
| -</head>
|
| -
|
| -<body onload="runTest()">
|
| -<p>
|
| -Tests that invalid rule inside @-rule doesn't break source code matching (http://crbug.com/317499).
|
| -</p>
|
| -
|
| -<div id="main"></div>
|
| -
|
| -</body>
|
| -</html>
|
|
|