layout/generic/crashtests/376419.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/generic/crashtests/376419.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,28 @@
     1.4 +<html><head>
     1.5 +<style>
     1.6 +*::first-line { }
     1.7 +*::after { content:"anonymous text"; border:3px solid black;}
     1.8 +*::before { content:"before text"; border:3px solid black;font-size: 10px;}
     1.9 +</style>
    1.10 +</head>
    1.11 +<body>
    1.12 +<div style="-moz-column-count: 2; width: 1400px;">
    1.13 +  &#1593; tesxt
    1.14 +  <span>
    1.15 +    &#1593; tesxt &#1593; tesxt &#1593; tesxt 
    1.16 +    <span>
    1.17 +      &#1593; tesxt &#1593; tesxt &#1593; tesxt &#1593; tesxt 
    1.18 +    </span>
    1.19 + </span>
    1.20 +<div style="-moz-column-count: 2;">
    1.21 +<div style="-moz-column-count: 2; white-space: nowrap;">
    1.22 +<div style="-moz-column-count: 2;">
    1.23 +<span>
    1.24 +&#1593; tesxt &#1593; tesxt &#1593; tesxt 
    1.25 +</span>
    1.26 +</div>
    1.27 +</div>
    1.28 +</div>
    1.29 +</div>
    1.30 +</body>
    1.31 +</html>
    1.32 \ No newline at end of file

mercurial