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