12 background-color: grey;
16 border: solid
10px aqua;
20 background-color: blue;
29 <script src=
"../../../http/tests/inspector/inspector-test.js"></script>
30 <script src=
"../../../http/tests/inspector/elements-test.js"></script>
35 InspectorTest
.dumpInspectorHighlightJSON("inspectedElement", InspectorTest
.completeTest
.bind(InspectorTest
));
41 <body onload=
"runTest()">
43 <div id=
"inspectedElement"></div>
44 <p id=
"description">This test verifies the position and size of the highlight rectangles overlayed on an inspected div.
</p>