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