Bumping manifests a=b2g-bump
[gecko.git] / layout / reftests / bugs / 10209-1.html
blob567f2a78f871cd0a8b5d1e9345c0a06ec92e4205
1 <!DOCTYPE HTML>
2 <style>
3 @font-face {
4 font-family: Ahem;
5 src: url(../fonts/Ahem.ttf);
7 * {
8 font-family: Ahem;
10 </style>
11 <body style="font-size: 100px; padding-top: 5px">
12 <div style="position: relative; display: inline;">
13 <table style="height: 50%; position: absolute; width: 50px; background: green">
14 </table>
15 </div>
16 </body>