5 ::selection { background: green; }
10 Test for
<i><a href=
"http://bugs.webkit.org/show_bug.cgi?id=13194">http://bugs.webkit.org/show_bug.cgi?id=
13194</a>
11 REGRESSION: Selection rects are wrong for images in search results from images.google.com
</i>.
14 Tests highlighting of replaced objects in table cells with extra height. You should see a dark green box and no red.
18 <td id=
"target" style=
"height: 100px;"><img width=
"50" height=
"50" style=
"background: red;"></td>
22 var target
= document
.getElementById("target");
23 getSelection().setBaseAndExtent(target
, 0, target
, 1);