From 267569120cffb26605a328a5992629c3a5d53b88 Mon Sep 17 00:00:00 2001 From: hyatt Date: Tue, 7 Sep 2004 21:19:26 +0000 Subject: [PATCH] Add layout test results. git-svn-id: https://svn.webkit.org/repository/webkit/trunk@7470 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- .../empty-table-percent-height-expected.txt | 14 ++++++++++++ .../replaced-percent-height-expected.txt | 22 +++++++++++++++++++ 2 files changed, 36 insertions(+) create mode 100644 LayoutTests/fast/table/empty-table-percent-height-expected.txt create mode 100644 LayoutTests/fast/table/replaced-percent-height-expected.txt diff --git a/LayoutTests/fast/table/empty-table-percent-height-expected.txt b/LayoutTests/fast/table/empty-table-percent-height-expected.txt new file mode 100644 index 000000000000..66a889aac5df --- /dev/null +++ b/LayoutTests/fast/table/empty-table-percent-height-expected.txt @@ -0,0 +1,14 @@ +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 [bgcolor=#994444] + RenderTable {TABLE} at (0,0) size 784x584 [border: (1px outset #808080)] + RenderTableSection {TBODY} at (1,1) size 0x582 + RenderTableRow {TR} at (0,0) size 0x0 + RenderTableCell {TD} at (2,289) size 624x4 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1] + RenderTableCell {TD} at (628,280) size 152x22 [border: (1px dashed #552222)] [r=0 c=1 rs=1 cs=1] + RenderTable {TABLE} at (2,2) size 148x0 + RenderBlock (anonymous) at (2,2) size 148x18 + RenderText {TEXT} at (0,0) size 24x18 + text run at (0,0) width 24: "boo" diff --git a/LayoutTests/fast/table/replaced-percent-height-expected.txt b/LayoutTests/fast/table/replaced-percent-height-expected.txt new file mode 100644 index 000000000000..fe93134b525d --- /dev/null +++ b/LayoutTests/fast/table/replaced-percent-height-expected.txt @@ -0,0 +1,22 @@ +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 610x206 + RenderTableSection {TBODY} at (0,0) size 0x206 + RenderTableRow {TR} at (0,0) size 0x0 + RenderTableCell {TD} at (2,93) size 402x20 [r=0 c=0 rs=1 cs=1] + RenderBlock {DIV} at (1,1) size 400x18 [bgcolor=#008000] + RenderText {TEXT} at (0,0) size 141x18 + text run at (0,0) width 141: "This div does not flex." + RenderTableCell {TD} at (406,2) size 202x202 [r=0 c=1 rs=1 cs=1] + RenderImage {IMG} at (1,1) size 200x200 + RenderBlock {P} at (0,222) size 784x0 + RenderTable {TABLE} at (0,222) size 610x206 + RenderTableSection {TBODY} at (0,0) size 0x206 + RenderTableRow {TR} at (0,0) size 0x0 + RenderTableCell {TD} at (2,2) size 402x202 [r=0 c=0 rs=1 cs=1] + RenderImage {IMG} at (1,1) size 400x200 [bgcolor=#008000] + RenderTableCell {TD} at (406,2) size 202x202 [r=0 c=1 rs=1 cs=1] + RenderImage {IMG} at (1,1) size 200x200 -- 2.36.0