summaryrefslogtreecommitdiffstats
path: root/layout/painting/crashtests/1419917.html
blob: a60dd15403a7d765c17b90f102ea4139e0a7bce5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<html>
  <head>
    <style>
      :nth-last-child(2) { -moz-appearance:listbox }
    </style>
    <script>
    try { o1 = document.createElement('tr') } catch(e) { }
    try { o2 = document.createElement('th') } catch(e) { }
    try { o3 = document.createElement('canvas') } catch(e) { }
    try { document.documentElement.appendChild(o1) } catch(e) { }
    try { o1.appendChild(o2) } catch(e) { }
    try { o1.appendChild(o3) } catch(e) { }
    </script>
  </head>
</html>