1 <script src=
"../../resources/ahem.js"></script>
3 ruby { font-family: Ahem; font-size:
50px; -webkit-font-smoothing: none; }
4 .float { height:
50px; width:
50px; float: left; background-color: lightblue; }
7 <ruby>aa
<rt>a
<div class=
"float"></div></rt></ruby>
10 <ruby>aa
<rt id=
"target">a
<div class=
"float"></div></rt></ruby>
13 document
.body
.offsetTop
;
14 var target
= document
.getElementById("target");
15 target
.parentNode
.removeChild(target
);