12 border: solid
10px aqua;
14 background-color: blue;
19 <script src=
"../../../http/tests/inspector/inspector-test.js"></script>
20 <script src=
"../../../http/tests/inspector/elements-test.js"></script>
25 InspectorTest
.dumpInspectorHighlightJSON("svg-root", InspectorTest
.completeTest
.bind(InspectorTest
));
31 <body onload=
"runTest()">
33 <svg id=
"svg-root" width=
"100" height=
"100" viewbox=
"0 0 50 50"></svg>
34 <p id=
"description">This test verifies the position and size of the highlight rectangles overlayed on an SVG root element.
</p>