15 background-color:blue;
16 shape-outside: circle(closest-side at center);
17 -webkit-clip-path: circle(closest-side at center);
21 <script src=
"../../../http/tests/inspector/inspector-test.js"></script>
22 <script src=
"../../../http/tests/inspector/elements-test.js"></script>
30 InspectorTest
.dumpInspectorHighlightJSON("circle", i
== 0 ? scroll
: InspectorTest
.completeTest
.bind(InspectorTest
));
34 window
.scrollTo(0, 100);
44 <body onload=
"runTest()">
45 <div class=
"float circle" id=
"circle"> </div>