gecko/layout/reftests/bugs/501037.html
Jesse Ruderman fb054fc73e Add some crashtests and reftests
--HG--
extra : rebase_source : a167ccf140387fa50e3668422b5a74bea0527255
2010-06-17 13:21:24 -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>