summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/563584-6-columns-ref.html
blob: 56ecf414f79d62d5743bd83d5591560b26a60545 (plain)
1
2
3
4
5
6
7
8
<!DOCTYPE HTML>
<title>Testcase for float breaking</title>
<body style="margin: 0">
  <div style="position: absolute; top: 0; left: 0; width: 150px; height: 100px; background: blue"></div>
  <div style="position: absolute; top: 100px; left: 0; width: 75px; height: 125px; background: aqua"></div>
  <div style="position: absolute; top: 100px; left: 75px; width: 100px; height: 125px; background: fuchsia"></div>
  <div style="position: absolute; top: 0px; left: 200px; width: 75px; height: 75px; background: aqua"></div>
  <div style="position: absolute; top: 0; left: 275px; width: 100px; height: 225px; background: fuchsia"></div>