From aa19a659b726105c070736ec95a7b66979cf0403 Mon Sep 17 00:00:00 2001 From: hyatt Date: Wed, 1 Sep 2004 17:29:37 +0000 Subject: [PATCH] Add layout tests. git-svn-id: https://svn.webkit.org/repository/webkit/trunk@7426 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- .../fast/table/empty-table-percent-height.html | 14 ++++++++++++++ .../fast/table/replaced-percent-height.html | 9 +++++++++ 2 files changed, 23 insertions(+) create mode 100644 LayoutTests/fast/table/empty-table-percent-height.html create mode 100644 LayoutTests/fast/table/replaced-percent-height.html diff --git a/LayoutTests/fast/table/empty-table-percent-height.html b/LayoutTests/fast/table/empty-table-percent-height.html new file mode 100644 index 000000000000..518b44d0acc1 --- /dev/null +++ b/LayoutTests/fast/table/empty-table-percent-height.html @@ -0,0 +1,14 @@ + + + + +
+ +
boo + +
+ + diff --git a/LayoutTests/fast/table/replaced-percent-height.html b/LayoutTests/fast/table/replaced-percent-height.html new file mode 100644 index 000000000000..8e5a893bc2be --- /dev/null +++ b/LayoutTests/fast/table/replaced-percent-height.html @@ -0,0 +1,9 @@ + + +
This div does not flex.
+ +

+ + + +
-- 2.36.0