278266-1a.html (232B)
1 <!DOCTYPE html> 2 <html> 3 <body onload="document.getElementById('foo').appendChild(document.createTextNode('Second line of text'))"> 4 There should be text below this line: 5 <div style="display: table-row" id="foo"></div> 6 </body> 7 </html>