layout/reftests/bugs/328111-1-ref.html

branch
TOR_BUG_9701
changeset 3
141e0f1194b1
equal deleted inserted replaced
-1:000000000000 0:ef40b612d0c4
1 <!DOCTYPE html>
2 <html><head>
3 <style>
4 span{
5 color:red;
6 }
7 </style>
8 </head>
9
10 <body>
11 <p><span>t</span>est</p>
12 <p><span>*t</span>est</p>
13 <p><span>**t</span>est</p>
14 <p><span>***t</span>est</p>
15 <p><span>&nbsp;</span>test</p>
16 </body>
17 </html>

mercurial