summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/563584-6-printing.html
blob: 8a8842aa1f534298019e7f9277f3f3b3560ce324 (plain)
1
2
3
4
5
6
7
8
9
<!DOCTYPE HTML>
<html class="reftest-print">
<title>Testcase for float breaking</title>
<body style="margin: 0">
<div style="float: left; width: 3.5in; height: 0.5in; background: blue"></div>
<div style="float: left; width: 1in; height: 1in; background: aqua"></div>
<!-- test to see where this float goes -->
<div style="float: left; width: 2in; height: 1.75in; background: fuchsia"></div>