summaryrefslogtreecommitdiffstats
path: root/layout/painting/crashtests/1418177-1.html
blob: 6420814bce126102387b29b6db905db49c46c38c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<html>
  <head>
    <style>
      * {
        background: url(16.png), url(16.png) transparent;
        -webkit-background-clip: text, text;
        -moz-tab-size: calc(1 + 1) !important;
        background-blend-mode: screen;
        align-content: baseline;
        background-color: green;
      }
    </style>
    <script>
      function fun_0() {
        try { o3 = document.createElement('th') } catch (e) {};
        try { o1.appendChild(o3) } catch (e) {}
      }

      try { o1 = document.createElement('tr') } catch (e) {}
      try { o2 = document.createElement('ol') } catch (e) {}
      try { xhr = new XMLHttpRequest({mozAnon: false }) } catch (e) {}
      try { document.documentElement.appendChild(o1) } catch (e) {}
      try { document.documentElement.appendChild(o2) } catch (e) {}
      for (let i = 0; i < 100; i++) {
        try { xhr.open('GET', 'data:text/html,1', false); } catch (e) {};
        try { xhr.send(); } catch (e) {};
        try { fuzzPriv.GC(); fuzzPriv.CC(); fuzzPriv.GC(); fuzzPriv.CC(); } catch (e) {};
        try { xhr.addEventListener('readystatechange', fun_0, true) } catch (e) {};
        try { o2.offsetLeft } catch (e) {};
        try { document.styleSheets[0].cssRules[0].style['background-origin'] = 'border-box, border-box' } catch (e) {}
      }
    </script>
  </head>
</html>