From 5f8de423f190bbb79a62f804151bc24824fa32d8 Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Fri, 2 Feb 2018 04:16:08 -0500 Subject: Add m-esr52 at 52.6.0 --- layout/reftests/table-overflow/963441-ref.html | 9 +++ layout/reftests/table-overflow/963441.html | 17 +++++ layout/reftests/table-overflow/bug785684-ref.html | 89 ++++++++++++++++++++++ layout/reftests/table-overflow/bug785684-x.html | 85 +++++++++++++++++++++ layout/reftests/table-overflow/bug785684-y.html | 85 +++++++++++++++++++++ layout/reftests/table-overflow/reftest-stylo.list | 8 ++ layout/reftests/table-overflow/reftest.list | 6 ++ .../table-overflow/table-caption-scroll-ref.html | 49 ++++++++++++ .../table-overflow/table-caption-scroll.html | 49 ++++++++++++ .../table-cell-block-overflow-ref.html | 43 +++++++++++ .../table-overflow/table-cell-block-overflow.html | 42 ++++++++++ .../table-overflow/table-row-pagination-ref.html | 24 ++++++ .../table-overflow/table-row-pagination.html | 24 ++++++ 13 files changed, 530 insertions(+) create mode 100644 layout/reftests/table-overflow/963441-ref.html create mode 100644 layout/reftests/table-overflow/963441.html create mode 100644 layout/reftests/table-overflow/bug785684-ref.html create mode 100644 layout/reftests/table-overflow/bug785684-x.html create mode 100644 layout/reftests/table-overflow/bug785684-y.html create mode 100644 layout/reftests/table-overflow/reftest-stylo.list create mode 100644 layout/reftests/table-overflow/reftest.list create mode 100644 layout/reftests/table-overflow/table-caption-scroll-ref.html create mode 100644 layout/reftests/table-overflow/table-caption-scroll.html create mode 100644 layout/reftests/table-overflow/table-cell-block-overflow-ref.html create mode 100644 layout/reftests/table-overflow/table-cell-block-overflow.html create mode 100644 layout/reftests/table-overflow/table-row-pagination-ref.html create mode 100644 layout/reftests/table-overflow/table-row-pagination.html (limited to 'layout/reftests/table-overflow') diff --git a/layout/reftests/table-overflow/963441-ref.html b/layout/reftests/table-overflow/963441-ref.html new file mode 100644 index 000000000..3a62901fd --- /dev/null +++ b/layout/reftests/table-overflow/963441-ref.html @@ -0,0 +1,9 @@ + + + + +
Tall div. (Scroll to end.)
+
IS THIS TEXT VISIBLE IN PRINT PREVIEW?
+
[clear:left]
+ + diff --git a/layout/reftests/table-overflow/963441.html b/layout/reftests/table-overflow/963441.html new file mode 100644 index 000000000..8777f3362 --- /dev/null +++ b/layout/reftests/table-overflow/963441.html @@ -0,0 +1,17 @@ + + + + +
+ + + + +
+
Tall div. (Scroll to end.)
+
IS THIS TEXT VISIBLE IN PRINT PREVIEW?
+
+
+
[clear:left]
+ + diff --git a/layout/reftests/table-overflow/bug785684-ref.html b/layout/reftests/table-overflow/bug785684-ref.html new file mode 100644 index 000000000..3f67026f4 --- /dev/null +++ b/layout/reftests/table-overflow/bug785684-ref.html @@ -0,0 +1,89 @@ + + + + + +

Testing CSS overflow on display:table-cell

+
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+

Testing CSS overflow on display:table

+
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+ diff --git a/layout/reftests/table-overflow/bug785684-x.html b/layout/reftests/table-overflow/bug785684-x.html new file mode 100644 index 000000000..1a8a0c45c --- /dev/null +++ b/layout/reftests/table-overflow/bug785684-x.html @@ -0,0 +1,85 @@ + + + + + +

Testing CSS overflow on display:table-cell

+
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+

Testing CSS overflow on display:table

+
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+ diff --git a/layout/reftests/table-overflow/bug785684-y.html b/layout/reftests/table-overflow/bug785684-y.html new file mode 100644 index 000000000..2235c2825 --- /dev/null +++ b/layout/reftests/table-overflow/bug785684-y.html @@ -0,0 +1,85 @@ + + + + + +

Testing CSS overflow on display:table-cell

+
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+

Testing CSS overflow on display:table

+
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+ diff --git a/layout/reftests/table-overflow/reftest-stylo.list b/layout/reftests/table-overflow/reftest-stylo.list new file mode 100644 index 000000000..9797a2f8a --- /dev/null +++ b/layout/reftests/table-overflow/reftest-stylo.list @@ -0,0 +1,8 @@ +# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing +== bug785684-x.html bug785684-x.html +== bug785684-y.html bug785684-y.html +skip-if(B2G||Mulet) == table-row-pagination.html table-row-pagination.html +# Frequently failing on b2g (bug 1155426) +== 963441.html 963441.html +skip == table-caption-scroll.html table-caption-scroll.html +== table-cell-block-overflow.html table-cell-block-overflow.html diff --git a/layout/reftests/table-overflow/reftest.list b/layout/reftests/table-overflow/reftest.list new file mode 100644 index 000000000..566a2e750 --- /dev/null +++ b/layout/reftests/table-overflow/reftest.list @@ -0,0 +1,6 @@ +== bug785684-x.html bug785684-ref.html +== bug785684-y.html bug785684-ref.html +== table-row-pagination.html table-row-pagination-ref.html +== 963441.html 963441-ref.html +== table-caption-scroll.html table-caption-scroll-ref.html +== table-cell-block-overflow.html table-cell-block-overflow-ref.html diff --git a/layout/reftests/table-overflow/table-caption-scroll-ref.html b/layout/reftests/table-overflow/table-caption-scroll-ref.html new file mode 100644 index 000000000..5c024f8d2 --- /dev/null +++ b/layout/reftests/table-overflow/table-caption-scroll-ref.html @@ -0,0 +1,49 @@ + + + + Testing table captions with overflow:auto/scroll/hidden + + + + + + + +
0
1
2
3
4
5
6
7
8
9
TTTTTTTTTT
+ + + + +
00000
1
2
3
4
5
6
7
8
9
T
+ + + + +
00000
1
2
3
4
5
6
7
8
9
T
+ + + + +
00000
1
2
3
4
5
6
7
8
9
TTTTTTTTTT
+ + + + +
00000
1
2
3
4
5
6
7
8
9
T
+ + + + +
00000
1
2
3
4
5
6
7
8
9
TTTTTTTTTT
+ + + diff --git a/layout/reftests/table-overflow/table-caption-scroll.html b/layout/reftests/table-overflow/table-caption-scroll.html new file mode 100644 index 000000000..70c5c0f56 --- /dev/null +++ b/layout/reftests/table-overflow/table-caption-scroll.html @@ -0,0 +1,49 @@ + + + + Testing table captions with overflow:auto/scroll/hidden + + + + + + + +
0
1
2
3
4
5
6
7
8
9
TTTTTTTTTT
+ + + + +
00000
1
2
3
4
5
6
7
8
9
T
+ + + + +
00000
1
2
3
4
5
6
7
8
9
T
+ + + + +
00000
1
2
3
4
5
6
7
8
9
TTTTTTTTTT
+ + + + +
00000
1
2
3
4
5
6
7
8
9
T
+ + + + +
00000
1
2
3
4
5
6
7
8
9
TTTTTTTTTT
+ + + diff --git a/layout/reftests/table-overflow/table-cell-block-overflow-ref.html b/layout/reftests/table-overflow/table-cell-block-overflow-ref.html new file mode 100644 index 000000000..9d9ecdfc7 --- /dev/null +++ b/layout/reftests/table-overflow/table-cell-block-overflow-ref.html @@ -0,0 +1,43 @@ + + + + + CSS Reftest Reference + + + +
+
+
+
+
+
+
+
+
+
+
+
+
+
+ + diff --git a/layout/reftests/table-overflow/table-cell-block-overflow.html b/layout/reftests/table-overflow/table-cell-block-overflow.html new file mode 100644 index 000000000..27236217c --- /dev/null +++ b/layout/reftests/table-overflow/table-cell-block-overflow.html @@ -0,0 +1,42 @@ + + + + + Test table-cell content overflowing in the block direction for each + vertical-align value + + + + + + + + + + + +
+
+
+
+
+
+
+
+
+ + diff --git a/layout/reftests/table-overflow/table-row-pagination-ref.html b/layout/reftests/table-overflow/table-row-pagination-ref.html new file mode 100644 index 000000000..2dda93ce3 --- /dev/null +++ b/layout/reftests/table-overflow/table-row-pagination-ref.html @@ -0,0 +1,24 @@ + + + + Testing row split + + + + +
+

+

1

+
+ + + + diff --git a/layout/reftests/table-overflow/table-row-pagination.html b/layout/reftests/table-overflow/table-row-pagination.html new file mode 100644 index 000000000..113806162 --- /dev/null +++ b/layout/reftests/table-overflow/table-row-pagination.html @@ -0,0 +1,24 @@ + + + + Testing row split + + + + + + + +
1
+ + + + -- cgit v1.2.3