mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
14 lines
528 B
HTML
14 lines
528 B
HTML
|
<!DOCTYPE HTML>
|
||
|
<html class="reftest-print">
|
||
|
<title>Test that nsFloatManager::ClearFloats calls ClearContinues</title>
|
||
|
<body style="margin: 0">
|
||
|
<div style="float: left;">
|
||
|
<div>
|
||
|
<div style="display:inline-block; vertical-align: top; background: aqua; height: 1in; width: 1in"></div>
|
||
|
</div>
|
||
|
<div>
|
||
|
<div style="display:inline-block; vertical-align: top; background: fuchsia; height: 1.5in; width: 1in"></div>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div style="float: left; clear: left; height: 0.25in; background: yellow; width: 1in"></div>
|