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/text-indent/reftest-stylo.list | 20 +++++++++ layout/reftests/text-indent/reftest.list | 19 +++++++++ .../text-indent/text-indent-intrinsic-min-ref.html | 36 ++++++++++++++++ .../text-indent/text-indent-intrinsic-min.html | 48 ++++++++++++++++++++++ .../text-indent-intrinsic-pref-ref.html | 36 ++++++++++++++++ .../text-indent/text-indent-intrinsic-pref.html | 48 ++++++++++++++++++++++ ...t-indent-multiple-line-notref-block-margin.html | 16 ++++++++ .../text-indent-multiple-line-ref-float.html | 16 ++++++++ ...ext-indent-multiple-line-ref-inline-margin.html | 15 +++++++ .../text-indent/text-indent-multiple-line.html | 16 ++++++++ .../text-indent-negative-intrinsic-min-ref.html | 30 ++++++++++++++ .../text-indent-negative-intrinsic-min.html | 43 +++++++++++++++++++ .../text-indent-negative-intrinsic-pref-ref.html | 30 ++++++++++++++ .../text-indent-negative-intrinsic-pref.html | 43 +++++++++++++++++++ .../text-indent-parent-dynamic-ref.html | 10 +++++ .../text-indent/text-indent-parent-dynamic.html | 15 +++++++ .../text-indent/text-indent-single-line-0.html | 15 +++++++ .../text-indent/text-indent-single-line-100.html | 15 +++++++ ...single-line-indent-inline-ref-block-margin.html | 16 ++++++++ ...ingle-line-indent-inline-ref-inline-margin.html | 15 +++++++ .../text-indent-single-line-indent-inline.html | 16 ++++++++ .../text-indent-single-line-percent-ref.html | 14 +++++++ .../text-indent-single-line-percent.html | 18 ++++++++ .../text-indent-single-line-ref-margin.html | 15 +++++++ .../text-indent-single-line-ref-unstyled.html | 14 +++++++ 25 files changed, 579 insertions(+) create mode 100644 layout/reftests/text-indent/reftest-stylo.list create mode 100644 layout/reftests/text-indent/reftest.list create mode 100644 layout/reftests/text-indent/text-indent-intrinsic-min-ref.html create mode 100644 layout/reftests/text-indent/text-indent-intrinsic-min.html create mode 100644 layout/reftests/text-indent/text-indent-intrinsic-pref-ref.html create mode 100644 layout/reftests/text-indent/text-indent-intrinsic-pref.html create mode 100644 layout/reftests/text-indent/text-indent-multiple-line-notref-block-margin.html create mode 100644 layout/reftests/text-indent/text-indent-multiple-line-ref-float.html create mode 100644 layout/reftests/text-indent/text-indent-multiple-line-ref-inline-margin.html create mode 100644 layout/reftests/text-indent/text-indent-multiple-line.html create mode 100644 layout/reftests/text-indent/text-indent-negative-intrinsic-min-ref.html create mode 100644 layout/reftests/text-indent/text-indent-negative-intrinsic-min.html create mode 100644 layout/reftests/text-indent/text-indent-negative-intrinsic-pref-ref.html create mode 100644 layout/reftests/text-indent/text-indent-negative-intrinsic-pref.html create mode 100644 layout/reftests/text-indent/text-indent-parent-dynamic-ref.html create mode 100644 layout/reftests/text-indent/text-indent-parent-dynamic.html create mode 100644 layout/reftests/text-indent/text-indent-single-line-0.html create mode 100644 layout/reftests/text-indent/text-indent-single-line-100.html create mode 100644 layout/reftests/text-indent/text-indent-single-line-indent-inline-ref-block-margin.html create mode 100644 layout/reftests/text-indent/text-indent-single-line-indent-inline-ref-inline-margin.html create mode 100644 layout/reftests/text-indent/text-indent-single-line-indent-inline.html create mode 100644 layout/reftests/text-indent/text-indent-single-line-percent-ref.html create mode 100644 layout/reftests/text-indent/text-indent-single-line-percent.html create mode 100644 layout/reftests/text-indent/text-indent-single-line-ref-margin.html create mode 100644 layout/reftests/text-indent/text-indent-single-line-ref-unstyled.html (limited to 'layout/reftests/text-indent') diff --git a/layout/reftests/text-indent/reftest-stylo.list b/layout/reftests/text-indent/reftest-stylo.list new file mode 100644 index 000000000..6d5149e75 --- /dev/null +++ b/layout/reftests/text-indent/reftest-stylo.list @@ -0,0 +1,20 @@ +# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing +# XXX Need to repeat these tests for RTL. (Note that == tests can't can't +# same file.) + +# Also need to test intrinsic widths (bug 368155). + +skip == text-indent-single-line-100.html text-indent-single-line-100.html +skip == text-indent-single-line-100.html text-indent-single-line-100.html +== text-indent-single-line-0.html text-indent-single-line-0.html +== text-indent-single-line-percent.html text-indent-single-line-percent.html +== text-indent-single-line-indent-inline.html text-indent-single-line-indent-inline.html +== text-indent-single-line-indent-inline.html text-indent-single-line-indent-inline.html +== text-indent-multiple-line.html text-indent-multiple-line.html +== text-indent-multiple-line.html text-indent-multiple-line.html +== text-indent-multiple-line.html text-indent-multiple-line.html +skip == text-indent-intrinsic-pref.html text-indent-intrinsic-pref.html +== text-indent-intrinsic-min.html text-indent-intrinsic-min.html +== text-indent-negative-intrinsic-pref.html text-indent-negative-intrinsic-pref.html +== text-indent-negative-intrinsic-min.html text-indent-negative-intrinsic-min.html +== text-indent-parent-dynamic.html text-indent-parent-dynamic.html diff --git a/layout/reftests/text-indent/reftest.list b/layout/reftests/text-indent/reftest.list new file mode 100644 index 000000000..65da4fb1b --- /dev/null +++ b/layout/reftests/text-indent/reftest.list @@ -0,0 +1,19 @@ +# XXX Need to repeat these tests for RTL. (Note that != tests can't use +# same file.) + +# Also need to test intrinsic widths (bug 368155). + +!= text-indent-single-line-100.html text-indent-single-line-0.html +== text-indent-single-line-100.html text-indent-single-line-ref-margin.html +== text-indent-single-line-0.html text-indent-single-line-ref-unstyled.html +== text-indent-single-line-percent.html text-indent-single-line-percent-ref.html +== text-indent-single-line-indent-inline.html text-indent-single-line-indent-inline-ref-block-margin.html +== text-indent-single-line-indent-inline.html text-indent-single-line-indent-inline-ref-inline-margin.html +== text-indent-multiple-line.html text-indent-multiple-line-ref-inline-margin.html +== text-indent-multiple-line.html text-indent-multiple-line-ref-float.html +!= text-indent-multiple-line.html text-indent-multiple-line-notref-block-margin.html +== text-indent-intrinsic-pref.html text-indent-intrinsic-pref-ref.html +== text-indent-intrinsic-min.html text-indent-intrinsic-min-ref.html +== text-indent-negative-intrinsic-pref.html text-indent-negative-intrinsic-pref-ref.html +== text-indent-negative-intrinsic-min.html text-indent-negative-intrinsic-min-ref.html +== text-indent-parent-dynamic.html text-indent-parent-dynamic-ref.html diff --git a/layout/reftests/text-indent/text-indent-intrinsic-min-ref.html b/layout/reftests/text-indent/text-indent-intrinsic-min-ref.html new file mode 100644 index 000000000..8fb6f977e --- /dev/null +++ b/layout/reftests/text-indent/text-indent-intrinsic-min-ref.html @@ -0,0 +1,36 @@ + + + +Test for intrinsic widths and text-indent + + + + + +
X
+ + +
X
+ + +
+ +
+
+
+
+
+
+
+ + + diff --git a/layout/reftests/text-indent/text-indent-intrinsic-min.html b/layout/reftests/text-indent/text-indent-intrinsic-min.html new file mode 100644 index 000000000..1672b9778 --- /dev/null +++ b/layout/reftests/text-indent/text-indent-intrinsic-min.html @@ -0,0 +1,48 @@ + + + +CSS 2.1 Test Suite: Test for intrinsic widths and text-indent + + + + + + + + + +
X
+ + +
X
+ + +
+ +
+
+
+

+

+

+
+

+
+ + + diff --git a/layout/reftests/text-indent/text-indent-intrinsic-pref-ref.html b/layout/reftests/text-indent/text-indent-intrinsic-pref-ref.html new file mode 100644 index 000000000..e31a87e7f --- /dev/null +++ b/layout/reftests/text-indent/text-indent-intrinsic-pref-ref.html @@ -0,0 +1,36 @@ + + + +Test for intrinsic widths and text-indent + + + + + +
X
+ + +
X
+ + +
+ +
+
+
+
+
+
+
+ + + diff --git a/layout/reftests/text-indent/text-indent-intrinsic-pref.html b/layout/reftests/text-indent/text-indent-intrinsic-pref.html new file mode 100644 index 000000000..7f90ed4fb --- /dev/null +++ b/layout/reftests/text-indent/text-indent-intrinsic-pref.html @@ -0,0 +1,48 @@ + + + +CSS 2.1 Test Suite: Test for intrinsic widths and text-indent + + + + + + + + + +
X
+ + +
X
+ + +
+ +
+
+
+

+

+

+
+

+
+ + + diff --git a/layout/reftests/text-indent/text-indent-multiple-line-notref-block-margin.html b/layout/reftests/text-indent/text-indent-multiple-line-notref-block-margin.html new file mode 100644 index 000000000..6ab611947 --- /dev/null +++ b/layout/reftests/text-indent/text-indent-multiple-line-notref-block-margin.html @@ -0,0 +1,16 @@ + + +CSS 2.1 Test Suite: text-indent test + + + + + + + +

This is a long piece of text that will wrap to multiple lines. This is a long piece of text that will wrap to multiple lines. This is a long piece of text that will wrap to multiple lines. This is a long piece of text that will wrap to multiple lines. This is a long piece of text that will wrap to multiple lines. This is a long piece of text that will wrap to multiple lines. This is a long piece of text that will wrap to multiple lines. This is a long piece of text that will wrap to multiple lines. This is a long piece of text that will wrap to multiple lines. This is a long piece of text that will wrap to multiple lines. This is a long piece of text that will wrap to multiple lines. This is a long piece of text that will wrap to multiple lines.

+ + diff --git a/layout/reftests/text-indent/text-indent-multiple-line-ref-float.html b/layout/reftests/text-indent/text-indent-multiple-line-ref-float.html new file mode 100644 index 000000000..116665347 --- /dev/null +++ b/layout/reftests/text-indent/text-indent-multiple-line-ref-float.html @@ -0,0 +1,16 @@ + + +CSS 2.1 Test Suite: text-indent test + + + + + + + +

This is a long piece of text that will wrap to multiple lines. This is a long piece of text that will wrap to multiple lines. This is a long piece of text that will wrap to multiple lines. This is a long piece of text that will wrap to multiple lines. This is a long piece of text that will wrap to multiple lines. This is a long piece of text that will wrap to multiple lines. This is a long piece of text that will wrap to multiple lines. This is a long piece of text that will wrap to multiple lines. This is a long piece of text that will wrap to multiple lines. This is a long piece of text that will wrap to multiple lines. This is a long piece of text that will wrap to multiple lines. This is a long piece of text that will wrap to multiple lines.

+ + diff --git a/layout/reftests/text-indent/text-indent-multiple-line-ref-inline-margin.html b/layout/reftests/text-indent/text-indent-multiple-line-ref-inline-margin.html new file mode 100644 index 000000000..a2c2634f6 --- /dev/null +++ b/layout/reftests/text-indent/text-indent-multiple-line-ref-inline-margin.html @@ -0,0 +1,15 @@ + + +CSS 2.1 Test Suite: text-indent test + + + + + + + +

This is a long piece of text that will wrap to multiple lines. This is a long piece of text that will wrap to multiple lines. This is a long piece of text that will wrap to multiple lines. This is a long piece of text that will wrap to multiple lines. This is a long piece of text that will wrap to multiple lines. This is a long piece of text that will wrap to multiple lines. This is a long piece of text that will wrap to multiple lines. This is a long piece of text that will wrap to multiple lines. This is a long piece of text that will wrap to multiple lines. This is a long piece of text that will wrap to multiple lines. This is a long piece of text that will wrap to multiple lines. This is a long piece of text that will wrap to multiple lines.

+ + diff --git a/layout/reftests/text-indent/text-indent-multiple-line.html b/layout/reftests/text-indent/text-indent-multiple-line.html new file mode 100644 index 000000000..faac92a3e --- /dev/null +++ b/layout/reftests/text-indent/text-indent-multiple-line.html @@ -0,0 +1,16 @@ + + +CSS 2.1 Test Suite: text-indent test + + + + + + + +

This is a long piece of text that will wrap to multiple lines. This is a long piece of text that will wrap to multiple lines. This is a long piece of text that will wrap to multiple lines. This is a long piece of text that will wrap to multiple lines. This is a long piece of text that will wrap to multiple lines. This is a long piece of text that will wrap to multiple lines. This is a long piece of text that will wrap to multiple lines. This is a long piece of text that will wrap to multiple lines. This is a long piece of text that will wrap to multiple lines. This is a long piece of text that will wrap to multiple lines. This is a long piece of text that will wrap to multiple lines. This is a long piece of text that will wrap to multiple lines.

+ + diff --git a/layout/reftests/text-indent/text-indent-negative-intrinsic-min-ref.html b/layout/reftests/text-indent/text-indent-negative-intrinsic-min-ref.html new file mode 100644 index 000000000..b5bd6204c --- /dev/null +++ b/layout/reftests/text-indent/text-indent-negative-intrinsic-min-ref.html @@ -0,0 +1,30 @@ + + + +Test for intrinsic widths and text-indent + + + + +
+
+
+
+
+
+
+
+
+
+ + + diff --git a/layout/reftests/text-indent/text-indent-negative-intrinsic-min.html b/layout/reftests/text-indent/text-indent-negative-intrinsic-min.html new file mode 100644 index 000000000..7139987be --- /dev/null +++ b/layout/reftests/text-indent/text-indent-negative-intrinsic-min.html @@ -0,0 +1,43 @@ + + + +CSS 2.1 Test Suite: Test for intrinsic widths and negative text-indent + + + + + + + + +
+
+ +
+
+
+
+

+

+

+
+

+
+ + + diff --git a/layout/reftests/text-indent/text-indent-negative-intrinsic-pref-ref.html b/layout/reftests/text-indent/text-indent-negative-intrinsic-pref-ref.html new file mode 100644 index 000000000..b8f26095e --- /dev/null +++ b/layout/reftests/text-indent/text-indent-negative-intrinsic-pref-ref.html @@ -0,0 +1,30 @@ + + + +Test for intrinsic widths and text-indent + + + + +
+
+
+
+
+
+
+
+
+
+ + + diff --git a/layout/reftests/text-indent/text-indent-negative-intrinsic-pref.html b/layout/reftests/text-indent/text-indent-negative-intrinsic-pref.html new file mode 100644 index 000000000..d9f8e12f2 --- /dev/null +++ b/layout/reftests/text-indent/text-indent-negative-intrinsic-pref.html @@ -0,0 +1,43 @@ + + + +CSS 2.1 Test Suite: Test for intrinsic widths and negative text-indent + + + + + + + + +
+
+ +
+
+
+
+

+

+

+
+

+
+ + + diff --git a/layout/reftests/text-indent/text-indent-parent-dynamic-ref.html b/layout/reftests/text-indent/text-indent-parent-dynamic-ref.html new file mode 100644 index 000000000..8995a2727 --- /dev/null +++ b/layout/reftests/text-indent/text-indent-parent-dynamic-ref.html @@ -0,0 +1,10 @@ + + + + +
+
X
+
+ + + diff --git a/layout/reftests/text-indent/text-indent-parent-dynamic.html b/layout/reftests/text-indent/text-indent-parent-dynamic.html new file mode 100644 index 000000000..2bc8767d2 --- /dev/null +++ b/layout/reftests/text-indent/text-indent-parent-dynamic.html @@ -0,0 +1,15 @@ + + + + +
+
X
+
+ + + + diff --git a/layout/reftests/text-indent/text-indent-single-line-0.html b/layout/reftests/text-indent/text-indent-single-line-0.html new file mode 100644 index 000000000..0cb6ab4d4 --- /dev/null +++ b/layout/reftests/text-indent/text-indent-single-line-0.html @@ -0,0 +1,15 @@ + + +CSS 2.1 Test Suite: text-indent test + + + + + + + +

text

+ + diff --git a/layout/reftests/text-indent/text-indent-single-line-100.html b/layout/reftests/text-indent/text-indent-single-line-100.html new file mode 100644 index 000000000..0df429a23 --- /dev/null +++ b/layout/reftests/text-indent/text-indent-single-line-100.html @@ -0,0 +1,15 @@ + + +CSS 2.1 Test Suite: text-indent test + + + + + + + +

text

+ + diff --git a/layout/reftests/text-indent/text-indent-single-line-indent-inline-ref-block-margin.html b/layout/reftests/text-indent/text-indent-single-line-indent-inline-ref-block-margin.html new file mode 100644 index 000000000..7eb28cd93 --- /dev/null +++ b/layout/reftests/text-indent/text-indent-single-line-indent-inline-ref-block-margin.html @@ -0,0 +1,16 @@ + + +CSS 2.1 Test Suite: text-indent test + + + + + + + +

text

+ + diff --git a/layout/reftests/text-indent/text-indent-single-line-indent-inline-ref-inline-margin.html b/layout/reftests/text-indent/text-indent-single-line-indent-inline-ref-inline-margin.html new file mode 100644 index 000000000..62a8f86fc --- /dev/null +++ b/layout/reftests/text-indent/text-indent-single-line-indent-inline-ref-inline-margin.html @@ -0,0 +1,15 @@ + + +CSS 2.1 Test Suite: text-indent test + + + + + + + +

text

+ + diff --git a/layout/reftests/text-indent/text-indent-single-line-indent-inline.html b/layout/reftests/text-indent/text-indent-single-line-indent-inline.html new file mode 100644 index 000000000..7c520427d --- /dev/null +++ b/layout/reftests/text-indent/text-indent-single-line-indent-inline.html @@ -0,0 +1,16 @@ + + +CSS 2.1 Test Suite: text-indent test + + + + + + + +

text

+ + diff --git a/layout/reftests/text-indent/text-indent-single-line-percent-ref.html b/layout/reftests/text-indent/text-indent-single-line-percent-ref.html new file mode 100644 index 000000000..8240ff74f --- /dev/null +++ b/layout/reftests/text-indent/text-indent-single-line-percent-ref.html @@ -0,0 +1,14 @@ + + +text-indent test + + + +
+

text

+
+ + diff --git a/layout/reftests/text-indent/text-indent-single-line-percent.html b/layout/reftests/text-indent/text-indent-single-line-percent.html new file mode 100644 index 000000000..aeb4ae5f7 --- /dev/null +++ b/layout/reftests/text-indent/text-indent-single-line-percent.html @@ -0,0 +1,18 @@ + + +CSS 2.1 Test Suite: text-indent test + + + + + + + +
+

text

+
+ + diff --git a/layout/reftests/text-indent/text-indent-single-line-ref-margin.html b/layout/reftests/text-indent/text-indent-single-line-ref-margin.html new file mode 100644 index 000000000..7fb1be999 --- /dev/null +++ b/layout/reftests/text-indent/text-indent-single-line-ref-margin.html @@ -0,0 +1,15 @@ + + +CSS 2.1 Test Suite: text-indent test + + + + + + + +

text

+ + diff --git a/layout/reftests/text-indent/text-indent-single-line-ref-unstyled.html b/layout/reftests/text-indent/text-indent-single-line-ref-unstyled.html new file mode 100644 index 000000000..5863a40c7 --- /dev/null +++ b/layout/reftests/text-indent/text-indent-single-line-ref-unstyled.html @@ -0,0 +1,14 @@ + + +CSS 2.1 Test Suite: text-indent test + + + + + + + +

text

+ + -- cgit v1.2.3