summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/501037.html
blob: b02f945248535300ee56f5d943b84a5a06143e3e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<html>
<head></head>

<body onload="document.getElementById('a').firstChild.data = '';">

<ol>
  <li id="a">a</li>
  <li id="b">b</li>
</ol>

</body>
</html>