| <link rel="stylesheet" type="text/css" href="resources/elements-panel-styles.css"> |
| <script src="../../http/tests/inspector/inspector-test.js"></script> |
| <script src="../../http/tests/inspector/elements-test.js"></script> |
| InspectorTest.selectNodeAndWaitForStylesWithComputed("foo", step1); |
| InspectorTest.dumpSelectedElementStyles(false, false); |
| InspectorTest.completeTest(); |
| <body onload="runTest()"> |
| Tests that elements panel shows proper styles in the sidebar panel. |
| <div id="foo" class="foo" style="display:none; -webkit-font-smoothing: subpixel-antialiased;" align="left">Foo</div> |