layout/generic/crashtests/402380-2.html

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:8942e85765ba
1 <html>
2 <head>
3 <style type="text/css">
4
5 div::first-letter { color: green; }
6 span:before { content: open-quote "This "; }
7 span:after { content: close-quote; }
8
9 </style>
10 </head>
11
12 <body style="font-family: monospace; width: 7ch; border: 1px solid orange;"
13 onload="document.getElementById('div').style.direction = 'rtl';">
14
15 <div id="div"><span>is text</span></div>
16
17 </body>
18 </html>

mercurial