layout/generic/crashtests/430332-1.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/generic/crashtests/430332-1.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,17 @@
     1.4 +<!DOCTYPE HTML>
     1.5 +<html>
     1.6 +<body style="font-family:monospace; width:6ch;">
     1.7 +<b>ab</b> cd
     1.8 +<b>ab</b> cd
     1.9 +<b>ab</b> cd
    1.10 +<b>ab</b> cd
    1.11 +<b>ab</b> cd
    1.12 +<b>ab</b> cd
    1.13 +<b>ab</b> cd
    1.14 +<b>ab</b> cd<span id="s">ef</span>
    1.15 +<script>
    1.16 +document.body.clientWidth;
    1.17 +document.getElementById("s").style.fontSize = "200%";
    1.18 +</script>
    1.19 +</body>
    1.20 +</html>

mercurial