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

13 lines
158 B
HTML

<html>
<head></head>
<body onload="document.getElementById('a').firstChild.data = '';">
<ol>
<li id="a">a</li>
<li id="b">b</li>
</ol>
</body>
</html>