layout/generic/crashtests/398332-2.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/generic/crashtests/398332-2.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,27 @@
     1.4 +<html>
     1.5 +<head>
     1.6 +<script>
     1.7 +function removestyles(i){
     1.8 +document.getElementsByTagName('*')[5].removeAttribute('style');
     1.9 +document.body.offsetHeight;
    1.10 +document.getElementsByTagName('*')[6].removeAttribute('style');
    1.11 +document.body.offsetHeight;
    1.12 +document.getElementsByTagName('*')[7].removeAttribute('style');
    1.13 +}
    1.14 +
    1.15 +setTimeout(removestyles,300);
    1.16 +</script>
    1.17 +
    1.18 +</head>
    1.19 +<body>
    1.20 +<div style="position: relative; width: 500px;">
    1.21 +  <span style="position: absolute; -moz-column-count: 2;">
    1.22 +    <span style=" position: absolute;">
    1.23 +      <span style=" display: inline-block; ">m</span>
    1.24 +      <input>
    1.25 +      <input style="position: fixed;">m
    1.26 +    </span>
    1.27 +  </span>
    1.28 +</div>
    1.29 +</body>
    1.30 +</html>
    1.31 \ No newline at end of file

mercurial