4 <title>Absolute Bottom Table
</title>
5 <style type=
"text/css">
6 p
{ margin: 0; padding: 0; }
7 .atBottom { position: absolute
; bottom: 0; left: 0; }
8 table
{ width: 120px; border:red solid
1px; }
10 #test1 { margin-left: 120px; height:50px; }
11 #test2 { margin-left: 240px; }
12 #test3 { margin-left: 360px; height:8px; }
16 <p>Testcase for bug
<a href=
"https://bugs.webkit.org/show_bug.cgi?id=4874">4874</a> - Table with absolute bottom positioning is positioned incorrectly.
</p>
19 At the bottom of the window you should see the word
"Paragraph" followed by
20 three boxes containing text. The entire red border around each box should
21 be visible without scrolling (the window should not be scrollable at all).
22 The three boxes should be aligned at the bottom with the bottom of the
23 window. The text
"Tall table" should be vertically centered in its box,
24 which should be
50px tall. The other two boxes should both be shorter than
25 50px, and have the same height.
28 <table id=
"test1" class=
"atBottom">
33 <table id=
"test2" class=
"atBottom">
38 <table id=
"test3" class=
"atBottom">