1
<html xmlns=
"http://www.w3.org/1999/xhtml" class=
"reftest-wait">
8 var HTML_NS
= "http://www.w3.org/1999/xhtml";
9 document
.getElementById("www").appendChild(document
.createTextNode('עִבְרִית'));
10 document
.getElementById("yyy").appendChild(document
.createElementNS(HTML_NS
, 'div'));
11 document
.documentElement
.removeAttribute("class")
17 <body onload=
"setTimeout(boom, 30);" style=
"width: 20em;">
19 <p>This page should not trigger assertions.
</p>
24 <td>Foo bar baz zap
</td>
26 <table width=
"100%" height=
"100%" border=
"1">
33 <td><span id=
"www">This text wraps
</span></td>
38 <div id=
"yyy">YYY
</div>