2 <script src=
"../../resources/ahem.js"></script>
4 div { width:
200px; font-family: Ahem; font-size:
40px; position: absolute; top:
0; left:
0; -webkit-font-smoothing: none; }
7 <body style=
"position: relative;">
8 <!-- There should be no red on the page. -->
9 <div style=
"color: red;">AAAA B CCCC D
<!-- -->E
</div>
10 <div id=
"target" style=
"color: green;">AAAA B CCCC D
<!-- -->E
</div>
12 var target
= document
.getElementById("target");
13 target
.removeChild(target
.childNodes
[1]);
16 target
.firstChild
.splitText(0);