summaryrefslogtreecommitdiffstats
path: root/layout/generic/crashtests/1401807.html
blob: 835e14b0480cb758fe35377120f74a718982f2e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<html>
  <head>
    <style></style>
    <script>
    try { o1 = document.createElement('acronym') } catch(e) { }
    try { o2 = document.createElement('video') } catch(e) { }
    try { o3 = document.createElement('progress') } catch(e) { }
    try { document.documentElement.appendChild(o1) } catch(e) { }
    try { document.documentElement.appendChild(o2) } catch(e) { }
    try { o1.appendChild(o3) } catch(e) { }
    try { o3.style.writingMode = 'sideways-lr' } catch(e) { }
    try { document.styleSheets[0].insertRule('* { column-width: calc(15px); display: flow-root}', 0); } catch(e) { }
    </script>
  </head>
</html>