Bug 1900426 - Implement DnD for shadow-crossing selection r=jjaschke,smaug,dom-core
[gecko.git] / layout / reftests / pagination / 1420528-1-ref.html
blobaa3cd52516377fc0be9d990193b9508a39f6d6bb
1 <!DOCTYPE html>
2 <html>
3 <body style="font: 14px serif">
4 <div style="column-count:2; column-fill:auto; column-gap: 0; height: 100px; width: 550px; border: 1px solid black;">
5 <!-- First column -->
6 <div style="height: 100px;"></div>
8 <!-- Second column -->
9 <div>Spacer</div>
10 <div>
11 Lime float at right.
12 <span style="float:right; background: lime;">FLOAT</span>
13 </div>
14 </div>
15 </body>
16 </html>