5 -webkit-FONT-smoothing: antialiased;
8 <script src=
"../../../http/tests/inspector/inspector-test.js"></script>
9 <script src=
"../../../http/tests/inspector/elements-test.js"></script>
15 InspectorTest
.selectNodeAndWaitForStylesWithComputed("nested", step1
);
19 InspectorTest
.dumpSelectedElementStyles();
20 InspectorTest
.completeTest();
26 <body onload=
"runTest()">
28 Tests that non-standard mixed-cased properties are displayed in the Styles pane.
31 <div id=
"container" style=
"CoLoR: blAck">
32 <div id=
"nested"></div>