layout/generic/crashtests/526217.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/generic/crashtests/526217.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,16 @@
     1.4 +<html class="reftest-wait">
     1.5 +<head>
     1.6 +<script>
     1.7 +function doe() {
     1.8 +document.body.removeAttribute('style');
     1.9 +document.documentElement.offsetHeight;
    1.10 +document.documentElement.removeAttribute("class");
    1.11 +}
    1.12 +setTimeout(doe,100);
    1.13 +</script>
    1.14 +</head>
    1.15 +<body style="position: fixed; -moz-column-count: 2; min-height: 100%; top: 50%; bottom: 50%; font-size: 900px;">
    1.16 +m m
    1.17 +<span style=" position: fixed;"></span>
    1.18 +</body>
    1.19 +</html>

mercurial