mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-07-19 19:48:46 +00:00
9 lines
633 B
HTML
9 lines
633 B
HTML
<!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>
|