3 <script src=
"../../../http/tests/inspector/inspector-test.js"></script>
4 <script src=
"../../../http/tests/inspector/elements-test.js"></script>
16 InspectorTest
.selectNodeAndWaitForStyles("foo", step2
);
20 InspectorTest
.dumpSelectedElementStyles(true, false, true);
21 InspectorTest
.completeTest();
28 <body onload=
"runTest()">
30 Tests that elements panel shows proper inline style locations in the sidebar panel.
33 <div id=
"foo" class=
"foo" style=
"display:none">Foo
</div>
34 <iframe src=
"resources/styles-source-lines-inline-iframe.html">