1 <!DOCTYPE HTML PUBLIC
"-//W3C//DTD HTML 4.01 Transitional//EN">
6 .inside { list-style-position: inside; }
7 .img { list-style-image: url(resources/white.gif) }
11 var s
= document
.getElementById("start");
12 var e
= document
.getElementById("end");
13 window
.getSelection().setBaseAndExtent(s
, 0, e
, 0);
17 <BODY onload=
"select();">
19 Test for
<i><a href=
"https://bugs.webkit.org/show_bug.cgi?id=8408">http://bugzilla.opendarwin.org/show_bug.cgi?id=
8408</a>
20 Paint the highlight behind selected list markers
</i>.
23 This tests the rendering of list markers inside the selection.
28 <LI>Item with outside marker
32 <LI>Item with inside marker
36 <LI>Item with outside image marker
39 <UL class=
"img inside">
40 <LI>Item with inside image marker
44 <LI>Item with outside ordinal
49 <LI>Item with inside ordinal