mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-23 21:03:08 +09:00
13 lines
515 B
HTML
13 lines
515 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="clear: left; height: 0.25in; background: yellow; width: 1in"></div>
|