3 <meta http-equiv=
"Content-Type" content=
"text/html; charset=UTF-8">
8 testRunner
.dumpAsText();
9 document
.getElementById("result").firstChild
.data
= 'SUCCESS!';
11 var ruby
= document
.getElementById('R');
12 var rt
= document
.getElementById('RT');
17 <!-- Removing a <rt> element, causing a merge of inline flow and block flow -->
18 <!-- As this is a malformed example we don't care about the exact rendering output, only that it doesn't crash -->
19 <body onload=
"test()">
20 <div id=
"result">FAILED!
</p>
23 <ruby id=
"R">some text
<rt id=
"RT">ruby text
1</rt><span>more text
</span> <div>and a block
</div><rt>ruby text
2</rt></ruby>