no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git] / layout / reftests / percent-overflow-sizing / simpleAbsHeight.html
blobdcbd1709ed822656922fcda9dcd79fbf3667da93
1 <!DOCTYPE html>
2 <div style="overflow:auto; height:200px; width:200px; position:relative">
3 <div style="background: green; height:100%; width:100%; position:absolute">
4 </div>
5 </div>