6 document
.body
.innerHTML
='<p>laserator<p>#f'
7 document
.body
.innerHTML
= ''
8 var m
= document
.createElementNS('http://www.w3.org/1998/Math/MathML','free');
9 document
.body
.appendChild(m
);
11 document
.body
.offsetTop
;
12 document
.body
.innerHTML
='PASS if no crash or assert in debug';
13 if (window
.testRunner
)
14 testRunner
.dumpAsText();
18 <body onload='start()'
></body>