layout/generic/crashtests/847209.html

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:595ec6a93ec1
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <style>
5 .f:first-letter {
6 float: left;
7 }
8 .f {
9 page-break-inside: avoid;
10 }
11 </style>
12 </head>
13 <body onload="document.getElementById('p').className = '';">
14 <p id="p" class="f">text</p>
15 </body>
16 </html>

mercurial