blob: 498cfcd06d898744e67f6be56acdd07bca33459e [file] [log] [blame]
<!DOCTYPE html>
<html style="font-family: ahem; font-size: 10px; -webkit-font-smoothing: none; color: white;">
<body>
<ruby id="ruby1">
A<i><div></div></i>B
</ruby>
<script>
document.body.offsetTop;
ruby1 = document.getElementById('ruby1');
ruby1.insertBefore(document.createElement('rt'), ruby1.lastChild);
</script>
</body>
</html>