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 --- .../w3c-css/submitted/text3/reftest-stylo.list | 9 ++++ .../reftests/w3c-css/submitted/text3/reftest.list | 8 +++ .../w3c-css/submitted/text3/support/Ahem.ttf | Bin 0 -> 12480 bytes .../w3c-css/submitted/text3/support/ahem.css | 4 ++ .../text3/text-align-match-parent-01.html | 40 +++++++++++++++ .../text3/text-align-match-parent-02.html | 56 +++++++++++++++++++++ .../text3/text-align-match-parent-03.html | 52 +++++++++++++++++++ .../text3/text-align-match-parent-04.html | 52 +++++++++++++++++++ .../text3/text-align-match-parent-ref.html | 32 ++++++++++++ .../text-align-match-parent-root-ltr-ref.html | 14 ++++++ .../text3/text-align-match-parent-root-ltr.html | 19 +++++++ .../text-align-match-parent-root-rtl-ref.html | 14 ++++++ .../text3/text-align-match-parent-root-rtl.html | 18 +++++++ .../submitted/text3/text-word-spacing-001.html | 35 +++++++++++++ .../submitted/text3/text-word-spacing-ref.html | 26 ++++++++++ 15 files changed, 379 insertions(+) create mode 100644 layout/reftests/w3c-css/submitted/text3/reftest-stylo.list create mode 100644 layout/reftests/w3c-css/submitted/text3/reftest.list create mode 100644 layout/reftests/w3c-css/submitted/text3/support/Ahem.ttf create mode 100644 layout/reftests/w3c-css/submitted/text3/support/ahem.css create mode 100644 layout/reftests/w3c-css/submitted/text3/text-align-match-parent-01.html create mode 100644 layout/reftests/w3c-css/submitted/text3/text-align-match-parent-02.html create mode 100644 layout/reftests/w3c-css/submitted/text3/text-align-match-parent-03.html create mode 100644 layout/reftests/w3c-css/submitted/text3/text-align-match-parent-04.html create mode 100644 layout/reftests/w3c-css/submitted/text3/text-align-match-parent-ref.html create mode 100644 layout/reftests/w3c-css/submitted/text3/text-align-match-parent-root-ltr-ref.html create mode 100644 layout/reftests/w3c-css/submitted/text3/text-align-match-parent-root-ltr.html create mode 100644 layout/reftests/w3c-css/submitted/text3/text-align-match-parent-root-rtl-ref.html create mode 100644 layout/reftests/w3c-css/submitted/text3/text-align-match-parent-root-rtl.html create mode 100644 layout/reftests/w3c-css/submitted/text3/text-word-spacing-001.html create mode 100644 layout/reftests/w3c-css/submitted/text3/text-word-spacing-ref.html (limited to 'layout/reftests/w3c-css/submitted/text3') diff --git a/layout/reftests/w3c-css/submitted/text3/reftest-stylo.list b/layout/reftests/w3c-css/submitted/text3/reftest-stylo.list new file mode 100644 index 0000000000..c5f743719c --- /dev/null +++ b/layout/reftests/w3c-css/submitted/text3/reftest-stylo.list @@ -0,0 +1,9 @@ +# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing +== text-align-match-parent-01.html text-align-match-parent-01.html +== text-align-match-parent-02.html text-align-match-parent-02.html +== text-align-match-parent-03.html text-align-match-parent-03.html +== text-align-match-parent-04.html text-align-match-parent-04.html +== text-align-match-parent-root-ltr.html text-align-match-parent-root-ltr.html +== text-align-match-parent-root-rtl.html text-align-match-parent-root-rtl.html + +== text-word-spacing-001.html text-word-spacing-001.html diff --git a/layout/reftests/w3c-css/submitted/text3/reftest.list b/layout/reftests/w3c-css/submitted/text3/reftest.list new file mode 100644 index 0000000000..2712e4363b --- /dev/null +++ b/layout/reftests/w3c-css/submitted/text3/reftest.list @@ -0,0 +1,8 @@ +== text-align-match-parent-01.html text-align-match-parent-ref.html +== text-align-match-parent-02.html text-align-match-parent-ref.html +== text-align-match-parent-03.html text-align-match-parent-ref.html +== text-align-match-parent-04.html text-align-match-parent-ref.html +== text-align-match-parent-root-ltr.html text-align-match-parent-root-ltr-ref.html +== text-align-match-parent-root-rtl.html text-align-match-parent-root-rtl-ref.html + +== text-word-spacing-001.html text-word-spacing-ref.html diff --git a/layout/reftests/w3c-css/submitted/text3/support/Ahem.ttf b/layout/reftests/w3c-css/submitted/text3/support/Ahem.ttf new file mode 100644 index 0000000000..ac81cb0316 Binary files /dev/null and b/layout/reftests/w3c-css/submitted/text3/support/Ahem.ttf differ diff --git a/layout/reftests/w3c-css/submitted/text3/support/ahem.css b/layout/reftests/w3c-css/submitted/text3/support/ahem.css new file mode 100644 index 0000000000..82ee466791 --- /dev/null +++ b/layout/reftests/w3c-css/submitted/text3/support/ahem.css @@ -0,0 +1,4 @@ +@font-face { + font-family: "Ahem"; + src: url(./Ahem.ttf); +} diff --git a/layout/reftests/w3c-css/submitted/text3/text-align-match-parent-01.html b/layout/reftests/w3c-css/submitted/text3/text-align-match-parent-01.html new file mode 100644 index 0000000000..2c390dc662 --- /dev/null +++ b/layout/reftests/w3c-css/submitted/text3/text-align-match-parent-01.html @@ -0,0 +1,40 @@ + + + + + CSS Text: text-align: match-parent + + + + + + +
Test passes if each line that says "Left" is aligned left and + each line that says "Right" is aligned right
+
Left
+
Left
+
Right
+
Right
+
Right
+
Right
+
Left
+
Left
+
Left
+
Left
+
Left
+
Left
+
Right
+
Right
+
Right
+
Right
+ + diff --git a/layout/reftests/w3c-css/submitted/text3/text-align-match-parent-02.html b/layout/reftests/w3c-css/submitted/text3/text-align-match-parent-02.html new file mode 100644 index 0000000000..0d567cb021 --- /dev/null +++ b/layout/reftests/w3c-css/submitted/text3/text-align-match-parent-02.html @@ -0,0 +1,56 @@ + + + + + CSS Text: text-align: match-parent + + + + + + + + + +
Test passes if each line that says "Left" is aligned left and + each line that says "Right" is aligned right
+
Left
+
Left
+
Right
+
Right
+
Right
+
Right
+
Left
+
Left
+
Left
+
Left
+
Left
+
Left
+
Right
+
Right
+
Right
+
Right
+ + diff --git a/layout/reftests/w3c-css/submitted/text3/text-align-match-parent-03.html b/layout/reftests/w3c-css/submitted/text3/text-align-match-parent-03.html new file mode 100644 index 0000000000..55887fd5d0 --- /dev/null +++ b/layout/reftests/w3c-css/submitted/text3/text-align-match-parent-03.html @@ -0,0 +1,52 @@ + + + + + CSS Text: text-align: match-parent + + + + + + + + + +
Test passes if each line that says "Left" is aligned left and + each line that says "Right" is aligned right
+
Left
+
Left
+
Right
+
Right
+
Right
+
Right
+
Left
+
Left
+
Left
+
Left
+
Left
+
Left
+
Right
+
Right
+
Right
+
Right
+ + diff --git a/layout/reftests/w3c-css/submitted/text3/text-align-match-parent-04.html b/layout/reftests/w3c-css/submitted/text3/text-align-match-parent-04.html new file mode 100644 index 0000000000..dc1c0adcd0 --- /dev/null +++ b/layout/reftests/w3c-css/submitted/text3/text-align-match-parent-04.html @@ -0,0 +1,52 @@ + + + + + CSS Text: text-align: match-parent + + + + + + + + + +
Test passes if each line that says "Left" is aligned left and + each line that says "Right" is aligned right
+
Left
+
Left
+
Right
+
Right
+
Right
+
Right
+
Left
+
Left
+
Left
+
Left
+
Left
+
Left
+
Right
+
Right
+
Right
+
Right
+ + diff --git a/layout/reftests/w3c-css/submitted/text3/text-align-match-parent-ref.html b/layout/reftests/w3c-css/submitted/text3/text-align-match-parent-ref.html new file mode 100644 index 0000000000..f916b44c98 --- /dev/null +++ b/layout/reftests/w3c-css/submitted/text3/text-align-match-parent-ref.html @@ -0,0 +1,32 @@ + + + + + CSS Reftest Reference + + + + +
Test passes if each line that says "Left" is aligned left and + each line that says "Right" is aligned right
+
Left
+
Left
+
Right
+
Right
+
Right
+
Right
+
Left
+
Left
+
Left
+
Left
+
Left
+
Left
+
Right
+
Right
+
Right
+
Right
+ + diff --git a/layout/reftests/w3c-css/submitted/text3/text-align-match-parent-root-ltr-ref.html b/layout/reftests/w3c-css/submitted/text3/text-align-match-parent-root-ltr-ref.html new file mode 100644 index 0000000000..422f4fa51d --- /dev/null +++ b/layout/reftests/w3c-css/submitted/text3/text-align-match-parent-root-ltr-ref.html @@ -0,0 +1,14 @@ + + + + + CSS Reftest Reference + + + + +

This line should be aligned left

+ + diff --git a/layout/reftests/w3c-css/submitted/text3/text-align-match-parent-root-ltr.html b/layout/reftests/w3c-css/submitted/text3/text-align-match-parent-root-ltr.html new file mode 100644 index 0000000000..6665703b68 --- /dev/null +++ b/layout/reftests/w3c-css/submitted/text3/text-align-match-parent-root-ltr.html @@ -0,0 +1,19 @@ + + + + + CSS Text: text-align: match-parent + + + + + + + +

This line should be aligned left

+ + diff --git a/layout/reftests/w3c-css/submitted/text3/text-align-match-parent-root-rtl-ref.html b/layout/reftests/w3c-css/submitted/text3/text-align-match-parent-root-rtl-ref.html new file mode 100644 index 0000000000..a96db45756 --- /dev/null +++ b/layout/reftests/w3c-css/submitted/text3/text-align-match-parent-root-rtl-ref.html @@ -0,0 +1,14 @@ + + + + + CSS Reftest Reference + + + + +

This line should be aligned right

+ + diff --git a/layout/reftests/w3c-css/submitted/text3/text-align-match-parent-root-rtl.html b/layout/reftests/w3c-css/submitted/text3/text-align-match-parent-root-rtl.html new file mode 100644 index 0000000000..a2d8f22904 --- /dev/null +++ b/layout/reftests/w3c-css/submitted/text3/text-align-match-parent-root-rtl.html @@ -0,0 +1,18 @@ + + + + CSS Text: text-align: match-parent + + + + + + + +

This line should be aligned right

+ + diff --git a/layout/reftests/w3c-css/submitted/text3/text-word-spacing-001.html b/layout/reftests/w3c-css/submitted/text3/text-word-spacing-001.html new file mode 100644 index 0000000000..a9bcfd93be --- /dev/null +++ b/layout/reftests/w3c-css/submitted/text3/text-word-spacing-001.html @@ -0,0 +1,35 @@ + +CSS Text Test: Word Spacing + + + + + + + + +

Test passes if the space between the words starts at zero and increases by + one on each subsequent line.

+
A Bc Def Ghij
+
A Bc Def Ghij
+
A Bc Def Ghij
+
A     Bc     Def     Ghij
+
A Bc Def Ghij
+
A    Bc    Def    Ghij
+
A Bc Def Ghij
+ diff --git a/layout/reftests/w3c-css/submitted/text3/text-word-spacing-ref.html b/layout/reftests/w3c-css/submitted/text3/text-word-spacing-ref.html new file mode 100644 index 0000000000..5cbd7a550c --- /dev/null +++ b/layout/reftests/w3c-css/submitted/text3/text-word-spacing-ref.html @@ -0,0 +1,26 @@ + +CSS Text Test: Word Spacing + + + + + +

Test passes if the space between the words starts at zero and increases by + one on each subsequent line.

+
ABcDefGhij
+
A Bc Def Ghij
+
A  Bc  Def  Ghij
+
A   Bc   Def   Ghij
+
A    Bc    Def    Ghij
+
A     Bc     Def     Ghij
+
A     Bc     Def     Ghij     
+ -- cgit v1.2.3