From e7bd0674bd43c6477fdf69edea47f09ab7f28d9d Mon Sep 17 00:00:00 2001 From: "dbaron%dbaron.org" Date: Wed, 21 Feb 2007 07:47:47 +0000 Subject: [PATCH] Add tests for table-layout:auto table balancing. git-svn-id: svn://10.0.0.236/trunk@220627 18797224-902f-48f8-a5cc-f745e15eee43 --- .../reftests/table-width/balancing-1-ref.html | 99 +++++++++++++++++ .../reftests/table-width/balancing-1.html | 104 ++++++++++++++++++ .../reftests/table-width/balancing-2-ref.html | 62 +++++++++++ .../reftests/table-width/balancing-2.html | 84 ++++++++++++++ .../layout/reftests/table-width/reftest.list | 2 + 5 files changed, 351 insertions(+) create mode 100644 mozilla/layout/reftests/table-width/balancing-1-ref.html create mode 100644 mozilla/layout/reftests/table-width/balancing-1.html create mode 100644 mozilla/layout/reftests/table-width/balancing-2-ref.html create mode 100644 mozilla/layout/reftests/table-width/balancing-2.html diff --git a/mozilla/layout/reftests/table-width/balancing-1-ref.html b/mozilla/layout/reftests/table-width/balancing-1-ref.html new file mode 100644 index 00000000000..1a10e59149a --- /dev/null +++ b/mozilla/layout/reftests/table-width/balancing-1-ref.html @@ -0,0 +1,99 @@ + + + +Balancing of tables (shrinking) + + + + + + + + + + + +
xxxx
+ + + + + + +
xxxx
+ + + + + + +
xxxx
+ + + + + + +
xxxx
+ + + + + + +
xxxx
+ + + + + + +
xxxx
+ + + + + + +
xxxx
+ + + + + + +
xxxx
+ + + diff --git a/mozilla/layout/reftests/table-width/balancing-1.html b/mozilla/layout/reftests/table-width/balancing-1.html new file mode 100644 index 00000000000..26b9794c5c8 --- /dev/null +++ b/mozilla/layout/reftests/table-width/balancing-1.html @@ -0,0 +1,104 @@ + + + +Balancing of tables (shrinking) + + + + + + +
+ + + + +
xxxxxx
+ +
+ + + + +
xxxxxx
+ +
+ + + + +
xxxxxx
+ +
+ + + + +
xxxxxx
+ +
+ + + + +
xxxxxx
+ +
+ + + + +
xxxxxx
+ +
+ + + + +
xxxxxx
+ + + + + + +
xxxxxx
+ + + diff --git a/mozilla/layout/reftests/table-width/balancing-2-ref.html b/mozilla/layout/reftests/table-width/balancing-2-ref.html new file mode 100644 index 00000000000..19424bca962 --- /dev/null +++ b/mozilla/layout/reftests/table-width/balancing-2-ref.html @@ -0,0 +1,62 @@ + + + +Balancing of tables (growing) + + + + + + + + + + +
xxxx
+ + + + + + + +
xxxx
+ + + + + + + +
xxxx
+ + + + + + + +
xxxx
+ + + + + + +
xxxx
+ + + diff --git a/mozilla/layout/reftests/table-width/balancing-2.html b/mozilla/layout/reftests/table-width/balancing-2.html new file mode 100644 index 00000000000..933cea936df --- /dev/null +++ b/mozilla/layout/reftests/table-width/balancing-2.html @@ -0,0 +1,84 @@ + + + +Balancing of tables (growing) + + + + + + + + + + + + +
xxxxxx
+ + + + + + + +
xxxxxx
+ + + + + + + +
xxxxxx
+ + + + + + + +
xxxx
+ + + + + + +
+ + + diff --git a/mozilla/layout/reftests/table-width/reftest.list b/mozilla/layout/reftests/table-width/reftest.list index cc4056801f2..205b3fa3e60 100644 --- a/mozilla/layout/reftests/table-width/reftest.list +++ b/mozilla/layout/reftests/table-width/reftest.list @@ -35,3 +35,5 @@ == percent-truncation-1.html percent-truncation-1-ref.html == percent-truncation-2.html percent-truncation-2-ref.html == percent-truncation-3.html percent-truncation-3-ref.html +== balancing-1.html balancing-1-ref.html +== balancing-2.html balancing-2-ref.html