5 #target::selection { color: green; }
10 Test for
<i><a href=
"http://bugs.webkit.org/show_bug.cgi?id=11124">http://bugs.webkit.org/show_bug.cgi?id=
11124</a>
11 REGRESSION (r14297): No drag image for partially-selected complex text
</i>.
13 This should look like
“<span style=
"color: green;">Lore
̀m ipsum
</span>”:
<span id=
"target"> Lore
̀m ipsum
</span>
16 var text
= document
.getElementById("target").firstChild
;
17 window
.getSelection().setBaseAndExtent(text
, 1, text
, 13);