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

branch
TOR_BUG_9701
changeset 3
141e0f1194b1
equal deleted inserted replaced
-1:000000000000 0:d59429a9c705
1 <!DOCTYPE html>
2 <html><head>
3 <style>
4 span { font-family: sans-serif; font-size: 72px; }
5 </style>
6 </head><body>
7 <p>The X'es below should have the same size:</p>
8 <!-- The wonky placement of line breaks below is to eliminate all
9 significant whitespace within the paragraph. -->
10 <p
11 ><span>X</span
12 ><span>X</span
13 ><span>X</span
14 ><span>X</span
15 ><span>X</span
16 ><span>X</span
17 ><span>X</span
18 ><span>X</span
19 ><span>X</span
20 ><span>X</span
21 ><span>X</span
22 ><span>X</span
23 ><span>X</span
24 ><span>X</span
25 ><span>X</span
26 ><span>X</span></p>
27 </body>
28 </html>

mercurial