From 00f68ec3abb1bfcb43b2f958f49ee6c0263be080 Mon Sep 17 00:00:00 2001 From: "karnaze%netscape.com" Date: Wed, 21 Mar 2001 17:51:36 +0000 Subject: [PATCH] new regression tests not affecting the build. git-svn-id: svn://10.0.0.236/trunk@90005 18797224-902f-48f8-a5cc-f745e15eee43 --- .../layout/html/tests/table/printing/split2Rows.html | 4 ++++ .../layout/html/tests/table/printing/split3Rows.html | 5 +++++ mozilla/layout/html/tests/table/printing/tfoot.html | 11 +++++++++++ mozilla/layout/html/tests/table/printing/thead.html | 11 +++++++++++ .../layout/html/tests/table/printing/theadtfoot.html | 4 ++++ 5 files changed, 35 insertions(+) create mode 100644 mozilla/layout/html/tests/table/printing/split2Rows.html create mode 100644 mozilla/layout/html/tests/table/printing/split3Rows.html create mode 100644 mozilla/layout/html/tests/table/printing/tfoot.html create mode 100644 mozilla/layout/html/tests/table/printing/thead.html create mode 100644 mozilla/layout/html/tests/table/printing/theadtfoot.html diff --git a/mozilla/layout/html/tests/table/printing/split2Rows.html b/mozilla/layout/html/tests/table/printing/split2Rows.html new file mode 100644 index 00000000000..840e76174f0 --- /dev/null +++ b/mozilla/layout/html/tests/table/printing/split2Rows.html @@ -0,0 +1,4 @@ + + + +
row one
row two
diff --git a/mozilla/layout/html/tests/table/printing/split3Rows.html b/mozilla/layout/html/tests/table/printing/split3Rows.html new file mode 100644 index 00000000000..0955e1cb663 --- /dev/null +++ b/mozilla/layout/html/tests/table/printing/split3Rows.html @@ -0,0 +1,5 @@ + + + + +
row one
row two
row three
diff --git a/mozilla/layout/html/tests/table/printing/tfoot.html b/mozilla/layout/html/tests/table/printing/tfoot.html new file mode 100644 index 00000000000..a2749754bc6 --- /dev/null +++ b/mozilla/layout/html/tests/table/printing/tfoot.html @@ -0,0 +1,11 @@ + + + + + + + + + + +
tfoot
this is row 1
this is row 2
diff --git a/mozilla/layout/html/tests/table/printing/thead.html b/mozilla/layout/html/tests/table/printing/thead.html new file mode 100644 index 00000000000..e7f340f4c9c --- /dev/null +++ b/mozilla/layout/html/tests/table/printing/thead.html @@ -0,0 +1,11 @@ + + + + + + + + + + +
thead
this is row 1
this is row 2
diff --git a/mozilla/layout/html/tests/table/printing/theadtfoot.html b/mozilla/layout/html/tests/table/printing/theadtfoot.html new file mode 100644 index 00000000000..840e76174f0 --- /dev/null +++ b/mozilla/layout/html/tests/table/printing/theadtfoot.html @@ -0,0 +1,4 @@ + + + +
row one
row two