gfx/tests/crashtests/783041-3.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/gfx/tests/crashtests/783041-3.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,71 @@
     1.4 +<html>
     1.5 +<!-- This Source Code Form is subject to the terms of the Mozilla Public
     1.6 +   - License, v. 2.0. If a copy of the MPL was not distributed with this
     1.7 +   - file, You can obtain one at http://mozilla.org/MPL/2.0/.  -->
     1.8 +  <head>
     1.9 +    <style>
    1.10 +      #el0 { 
    1.11 +        height: 200px ! important; 
    1.12 +        padding: 4px; 
    1.13 +        white-space: pre-wrap; 
    1.14 +        margin-top: 0px; 
    1.15 +        display: table;
    1.16 +      }
    1.17 +      #el3 { 
    1.18 +        line-height: 3px; 
    1.19 +        text-shadow: 0px 5px 5px, 0px -20px 10px;
    1.20 +      }
    1.21 +      #el3:before { display: inline-block; }
    1.22 +      #el3:first-of-type { transform: translate3d(-30px, -300px, 0px); }
    1.23 +      #el3:first-child { display: table-row-group; }
    1.24 +      #el5:before { -moz-margin-before:1em; display: list-item; content: counter(c, ethiopic-halehame-tig) attr(id); counter-increment: c 810; } 
    1.25 +      #el5 { list-style-type:lower-greek } 
    1.26 +      #el5 { background:red;margin:0;height:1em;display:block } 
    1.27 +      #el5:nth-child(3) { -moz-svg-shadow:5px 5px 5px red; display: link; content: counter(c, asterisks) attr(id); counter-increment: c 266; } 
    1.28 +
    1.29 +      .c4 { 
    1.30 +        margin: 1em; } 
    1.31 +      #el7 { font-size:.92em } 
    1.32 +      #el3 { font-size:.92em } 
    1.33 +      .c4 { padding:0.4em 0.5em 0.4em 2.5em } 
    1.34 +      .c4:after { margin:2px; display: -moz-box; content: counter(c, octal) attr(id); counter-increment: c 171; } 
    1.35 +      .c4:before { -moz-user-drag:none; display: -moz-inline-flexbox; content: counter(c, hiragana-iroha) attr(id); counter-increment: c 209; } 
    1.36 +      .c4:only-of-type { -moz-logical-height:50px; display: -moz-box; content: counter(c, binary) attr(id); counter-increment: c 871; } 
    1.37 +    </style>
    1.38 +    <script>
    1.39 +      onload = function() {
    1.40 +        el0=document.createElement('ul')
    1.41 +        el0.setAttribute('id','el0')
    1.42 +        document.body.appendChild(el0)
    1.43 +
    1.44 +        el1=document.createElement('canvas')
    1.45 +        document.body.appendChild(el1)
    1.46 +
    1.47 +
    1.48 +        el3=document.createElement('q')
    1.49 +        el3.setAttribute('id','el3')
    1.50 +        el0.appendChild(el3)
    1.51 +
    1.52 +        el4=document.createElement('progress')
    1.53 +        el4.setAttribute('id','el4')
    1.54 +        document.body.appendChild(el4)
    1.55 +
    1.56 +        el5=document.createElement('q')
    1.57 +        el5.setAttribute('id','el5')
    1.58 +        el3.appendChild(el5)
    1.59 +
    1.60 +        el0.appendChild(document.createTextNode('A'))
    1.61 +
    1.62 +        el7=document.createElement('iframe')
    1.63 +        el7.setAttribute('id', 'el7')
    1.64 +        el0.parentNode.insertBefore(el7, el0)
    1.65 +        el0.setAttribute('class', 'c4'); 
    1.66 +        el3.setAttribute('class', 'c4'); 
    1.67 +        el7.setAttribute('class', 'c4'); 
    1.68 +        setTimeout("window.close()", 5000)
    1.69 +      }
    1.70 +    </script>
    1.71 +  </head>
    1.72 +  <body>
    1.73 +  </body>
    1.74 +</html>

mercurial