tenfourfox/layout/reftests/bugs/278266-1a.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

8 lines
232 B
HTML

<!DOCTYPE html>
<html>
<body onload="document.getElementById('foo').appendChild(document.createTextNode('Second line of text'))">
There should be text below this line:
<div style="display: table-row" id="foo"></div>
</body>
</html>