layout/generic/crashtests/first-letter-638937-2.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/generic/crashtests/first-letter-638937-2.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,11 @@
     1.4 +<!DOCTYPE html>
     1.5 +<html style="height: 600em; -moz-column-width: 1px;">
     1.6 +
     1.7 +<head>
     1.8 +<style>p::first-letter { float:left; }</style>
     1.9 +</head>
    1.10 +
    1.11 +<body onload="x=document.body.parentNode; x.style.MozColumnWidth='111px'; x.offsetHeight; x.style.display='inline'; x.offsetHeight; "><p style="margin: -562949953421311em;">y
    1.12 +</p><p>'</p></body>
    1.13 +
    1.14 +</html>

mercurial