2 <script type=
"text/javascript" charset=
"utf-8">
5 var target = document.getElementById(
"target");
6 getSelection().setBaseAndExtent(target,
0, target.nextSibling,
1);
10 #target::selection { background-color: #
0f0; }
13 <body onload=
"runTest()">
14 <div style=
"transform: translateZ(0); margin-top: 50px; margin-left: 50px;">
15 <div id=
"target" style=
"background-color: red; width: 100px; height: 100px; position: absolute;"><br></div>a