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

branch
TOR_BUG_9701
changeset 3
141e0f1194b1
equal deleted inserted replaced
-1:000000000000 0:7947f0368d8a
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <style>
5 p {
6 background:gold;
7 width: 24em;
8
9 -moz-column-count: 2;
10 columns: 2;
11
12 -moz-column-rule: solid;
13 column-rule: solid;
14 }
15 </style>
16 </head>
17 <body>
18 <p>Some<br>text</p>
19 </body>
20 </html>

mercurial