tenfourfox/layout/reftests/bugs/563584-11.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

9 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>