From: hyatt Date: Fri, 18 Feb 2005 19:35:29 +0000 (+0000) Subject: new layout test X-Git-Url: https://git.webkit.org/?p=WebKit-https.git;a=commitdiff_plain;h=76629125fc96c17ea8333865e470e983fad861a4 new layout test git-svn-id: https://svn.webkit.org/repository/webkit/trunk@8629 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- diff --git a/LayoutTests/fast/table/fixed-nested-expected.txt b/LayoutTests/fast/table/fixed-nested-expected.txt new file mode 100644 index 000000000000..2d5e8c76f8fe --- /dev/null +++ b/LayoutTests/fast/table/fixed-nested-expected.txt @@ -0,0 +1,16 @@ +layer at (0,0) size 800x600 + RenderCanvas at (0,0) size 800x600 +layer at (0,0) size 800x600 + RenderBlock {HTML} at (0,0) size 800x600 + RenderBody {BODY} at (8,8) size 784x584 + RenderTable {TABLE} at (0,0) size 740x28 [bgcolor=#008000] + RenderTableSection {TBODY} at (0,0) size 0x28 + RenderTableRow {TR} at (0,0) size 0x0 + RenderTableCell {TD} at (2,14) size 1x0 [bgcolor=#FFFF00] [r=0 c=0 rs=1 cs=1] + RenderTableCell {TD} at (5,2) size 733x24 [r=0 c=1 rs=1 cs=1] + RenderTable {TABLE} at (0,0) size 586x24 + RenderTableSection {TBODY} at (0,0) size 0x24 + RenderTableRow {TR} at (0,0) size 0x0 + RenderTableCell {TD} at (2,2) size 582x20 [r=0 c=0 rs=1 cs=1] + RenderText {TEXT} at (1,1) size 105x18 + text run at (1,1) width 105: "here is some text" diff --git a/LayoutTests/fast/table/fixed-nested.html b/LayoutTests/fast/table/fixed-nested.html new file mode 100644 index 000000000000..8a0d1b569b52 --- /dev/null +++ b/LayoutTests/fast/table/fixed-nested.html @@ -0,0 +1,8 @@ + + +
+ + + + +
here is some text