30 <script src=
"../../../http/tests/inspector/inspector-test.js"></script>
31 <script src=
"../../../http/tests/inspector/elements-test.js"></script>
36 InspectorTest
.selectNodeAndWaitForStyles("main", step1
);
40 InspectorTest
.dumpSelectedElementStyles(true, false, true);
41 InspectorTest
.completeTest();
48 <body onload=
"runTest()">
50 Tests that invalid rule inside @-rule doesn't break source code matching (http://crbug.com/
317499).