no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git] / layout / reftests / bugs / 563584-8c.html
blobd636191cc399eefd0a0c56a6097325c237cdca37
1 <!DOCTYPE HTML>
2 <html class="reftest-paged">
3 <title>Test for setting and handling of mIsTopOfPage on floats</title>
4 <style>@page { size:5in 3in; margin:0.5in; }</style>
5 <body style="margin: 0">
6 <div style="height: 1in"></div>
7 <div style="float: left">
8 <div><div style="display:inline-block; vertical-align: top; height: 3in; width: 1in; background: aqua"></div></div>
9 <div><div style="display:inline-block; vertical-align: top; height: 1in; width: 1in; background: yellow"></div></div>
10 </div>