mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
10 lines
392 B
HTML
10 lines
392 B
HTML
<!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>
|
|
|