From ab32a11bb2fe074688c3dc6bcd29bfbbca987d7e Mon Sep 17 00:00:00 2001 From: fantasai Date: Mon, 31 Aug 2009 11:25:37 -0700 Subject: [PATCH] Bug 492627 - Remove Placeholder Continuations [Tests for paginated
] r=roc --- .../pagination/float-clear-000-print.html | 36 +++++++++++++ .../pagination/float-clear-000-print.ref.html | 24 +++++++++ .../reftests/pagination/float-clear-000.html | 43 +++++++++++++++ .../pagination/float-clear-000.ref.html | 31 +++++++++++ .../pagination/float-clear-001-print.html | 36 +++++++++++++ .../reftests/pagination/float-clear-001.html | 43 +++++++++++++++ .../pagination/float-clear-002-print.html | 36 +++++++++++++ .../reftests/pagination/float-clear-002.html | 43 +++++++++++++++ .../pagination/float-clear-003-print.html | 45 ++++++++++++++++ .../reftests/pagination/float-clear-003.html | 52 +++++++++++++++++++ layout/reftests/pagination/reftest.list | 21 +++++--- 11 files changed, 402 insertions(+), 8 deletions(-) create mode 100644 layout/reftests/pagination/float-clear-000-print.html create mode 100644 layout/reftests/pagination/float-clear-000-print.ref.html create mode 100644 layout/reftests/pagination/float-clear-000.html create mode 100644 layout/reftests/pagination/float-clear-000.ref.html create mode 100644 layout/reftests/pagination/float-clear-001-print.html create mode 100644 layout/reftests/pagination/float-clear-001.html create mode 100644 layout/reftests/pagination/float-clear-002-print.html create mode 100644 layout/reftests/pagination/float-clear-002.html create mode 100644 layout/reftests/pagination/float-clear-003-print.html create mode 100644 layout/reftests/pagination/float-clear-003.html diff --git a/layout/reftests/pagination/float-clear-000-print.html b/layout/reftests/pagination/float-clear-000-print.html new file mode 100644 index 00000000000..e919ad262ba --- /dev/null +++ b/layout/reftests/pagination/float-clear-000-print.html @@ -0,0 +1,36 @@ + + + + +
+
+
+
+
+
+
diff --git a/layout/reftests/pagination/float-clear-000-print.ref.html b/layout/reftests/pagination/float-clear-000-print.ref.html new file mode 100644 index 00000000000..121395307fa --- /dev/null +++ b/layout/reftests/pagination/float-clear-000-print.ref.html @@ -0,0 +1,24 @@ + + + + +
+
+
+
diff --git a/layout/reftests/pagination/float-clear-000.html b/layout/reftests/pagination/float-clear-000.html new file mode 100644 index 00000000000..9c84f9916b5 --- /dev/null +++ b/layout/reftests/pagination/float-clear-000.html @@ -0,0 +1,43 @@ + + + +

The orange line should be halfway down the third column +(immediately after the end of the aqua lines). + +

+
+
+
+
+
+
+
+
diff --git a/layout/reftests/pagination/float-clear-000.ref.html b/layout/reftests/pagination/float-clear-000.ref.html new file mode 100644 index 00000000000..9c7117ecc07 --- /dev/null +++ b/layout/reftests/pagination/float-clear-000.ref.html @@ -0,0 +1,31 @@ + + + +

The orange line should be halfway down the third column +(immediately after the end of the aqua lines). + +

+
+
+
+
+
diff --git a/layout/reftests/pagination/float-clear-001-print.html b/layout/reftests/pagination/float-clear-001-print.html new file mode 100644 index 00000000000..7142bf6b955 --- /dev/null +++ b/layout/reftests/pagination/float-clear-001-print.html @@ -0,0 +1,36 @@ + + + + +
+
+
+
+
+
+
diff --git a/layout/reftests/pagination/float-clear-001.html b/layout/reftests/pagination/float-clear-001.html new file mode 100644 index 00000000000..fa73bd116c7 --- /dev/null +++ b/layout/reftests/pagination/float-clear-001.html @@ -0,0 +1,43 @@ + + + +

The orange line should be halfway down the third column +(immediately after the end of the aqua lines). + +

+
+
+
+
+
+
+
+
diff --git a/layout/reftests/pagination/float-clear-002-print.html b/layout/reftests/pagination/float-clear-002-print.html new file mode 100644 index 00000000000..95f91588fc7 --- /dev/null +++ b/layout/reftests/pagination/float-clear-002-print.html @@ -0,0 +1,36 @@ + + + + +
+
+
+
+
diff --git a/layout/reftests/pagination/float-clear-002.html b/layout/reftests/pagination/float-clear-002.html new file mode 100644 index 00000000000..efd517d9dec --- /dev/null +++ b/layout/reftests/pagination/float-clear-002.html @@ -0,0 +1,43 @@ + + + +

The orange line should be halfway down the third column +(immediately after the end of the aqua lines). + +

+
+
+
+
+
+
diff --git a/layout/reftests/pagination/float-clear-003-print.html b/layout/reftests/pagination/float-clear-003-print.html new file mode 100644 index 00000000000..5767b9f95bc --- /dev/null +++ b/layout/reftests/pagination/float-clear-003-print.html @@ -0,0 +1,45 @@ + + + + +
+
+
+
+
+
diff --git a/layout/reftests/pagination/float-clear-003.html b/layout/reftests/pagination/float-clear-003.html new file mode 100644 index 00000000000..0c512756557 --- /dev/null +++ b/layout/reftests/pagination/float-clear-003.html @@ -0,0 +1,52 @@ + + + +

The orange line should be halfway down the third column +(immediately after the end of the aqua lines). + +

+
+
+
+
+
+
+
diff --git a/layout/reftests/pagination/reftest.list b/layout/reftests/pagination/reftest.list index e4a18de4590..80f7dd85c04 100644 --- a/layout/reftests/pagination/reftest.list +++ b/layout/reftests/pagination/reftest.list @@ -1,10 +1,9 @@ -# Sanity check -== blank.html blank.html - -# +# Pagination tests +== abspos-breaking-000.xhtml abspos-breaking-000.ref.xhtml +== abspos-breaking-001.xhtml abspos-breaking-000.ref.xhtml +== abspos-breaking-002.xhtml abspos-breaking-000.ref.xhtml == abspos-overflow-01.xhtml abspos-overflow-01.ref.xhtml == abspos-overflow-01-cols.xhtml abspos-overflow-01-cols.ref.xhtml -== dynamic-abspos-overflow-01-cols.xhtml dynamic-abspos-overflow-01-cols.ref.xhtml == border-breaking-000-cols.xhtml border-breaking-000-cols.ref.xhtml == border-breaking-001-cols.xhtml border-breaking-001-cols.ref.xhtml == border-breaking-002-cols.xhtml border-breaking-002-cols.ref.xhtml @@ -20,9 +19,15 @@ fails == border-breaking-004-cols.xhtml border-breaking-002-cols.ref.xhtml == content-inserted-007.xhtml content-inserted-002.ref.xhtml == content-inserted-008.xhtml content-inserted-001.ref.xhtml == content-inserted-009.xhtml content-inserted-002.ref.xhtml -== abspos-breaking-000.xhtml abspos-breaking-000.ref.xhtml -== abspos-breaking-001.xhtml abspos-breaking-000.ref.xhtml -== abspos-breaking-002.xhtml abspos-breaking-000.ref.xhtml +== dynamic-abspos-overflow-01-cols.xhtml dynamic-abspos-overflow-01-cols.ref.xhtml +fails == float-clear-000.html float-clear-000.ref.html +fails == float-clear-001.html float-clear-000.ref.html +fails == float-clear-002.html float-clear-000.ref.html # bug 507510 +fails == float-clear-003.html float-clear-000.ref.html # bug 377204 +== float-clear-000-print.html float-clear-000-print.ref.html +== float-clear-001-print.html float-clear-000-print.ref.html +fails == float-clear-002-print.html float-clear-000-print.ref.html # bug 507510 +fails == float-clear-003-print.html float-clear-000-print.ref.html # bug 377204 fails == float-continuations-000.html float-continuations-000.ref.html == resize-reflow-000.html resize-reflow-000.ref.html == resize-reflow-001.html resize-reflow-001.ref.html