layout/generic/crashtests/765409.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/generic/crashtests/765409.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,25 @@
     1.4 +<!DOCTYPE html>
     1.5 +<html class="reftest-wait">
     1.6 +<head>
     1.7 +<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     1.8 +<style>
     1.9 +
    1.10 +body { width: 300px; }
    1.11 +
    1.12 +</style>
    1.13 +
    1.14 +<script>
    1.15 +
    1.16 +window.addEventListener("load", function() {
    1.17 +   var v = document.getElementById("v");
    1.18 +   v.style.width = "280px";
    1.19 +   v.style.height = "10px";
    1.20 +   setTimeout(function(){ document.documentElement.offsetHeight; document.documentElement.removeAttribute("class"); },0);
    1.21 +}, false);
    1.22 +
    1.23 +</script>
    1.24 +
    1.25 +<body>
    1.26 +<div><span style="unicode-bidi: -moz-isolate;"><span style="display: inline-block; float: right;" id="v"></span>D E<span style="unicode-bidi: -moz-isolate;"><span><span> &#x062a;</span></span></span></span></div>
    1.27 +</body>
    1.28 +</html>

mercurial