mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-23 12:53:07 +09:00
8 lines
353 B
HTML
8 lines
353 B
HTML
<!DOCTYPE HTML>
|
|
<html class="reftest-print">
|
|
<title>Test that mIsTopOfPage is not set when clearing</title>
|
|
<body style="margin: 0">
|
|
<div style="float: left; background: aqua; height: 1in; width: 1in"></div>
|
|
<div style="clear: left">
|
|
<div style="display:inline-block; vertical-align: top; background: fuchsia; height: 1.5in; width: 1in"></div>
|
|
</div>
|