From 43a97878ce14b72f0981164f87f2e35e14151312 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 11:22:09 +0200 Subject: Adding upstream version 110.0.1. Signed-off-by: Daniel Baumann --- .../reference/hyphenate-character-001-ref.html | 18 +++++++++++++ .../reference/hyphenate-character-003-ref.html | 18 +++++++++++++ .../reference/hyphenate-character-004-ref.html | 18 +++++++++++++ .../reference/hyphenate-character-005-ref.html | 19 +++++++++++++ .../reference/hyphenate-limit-chars-001-ref.html | 26 ++++++++++++++++++ .../hyphens/reference/hyphens-auto-001-ref.html | 20 ++++++++++++++ .../hyphens/reference/hyphens-auto-002-ref.html | 15 +++++++++++ .../hyphens/reference/hyphens-auto-004H-ref.html | 28 +++++++++++++++++++ .../hyphens/reference/hyphens-auto-004M-ref.html | 28 +++++++++++++++++++ .../hyphens/reference/hyphens-auto-005H-ref.html | 28 +++++++++++++++++++ .../hyphens/reference/hyphens-auto-005M-ref.html | 28 +++++++++++++++++++ .../hyphens/reference/hyphens-auto-010H-ref.html | 29 ++++++++++++++++++++ .../hyphens/reference/hyphens-auto-010M-ref.html | 29 ++++++++++++++++++++ .../reference/hyphens-auto-inline-010H-ref.html | 29 ++++++++++++++++++++ .../reference/hyphens-auto-inline-010M-ref.html | 29 ++++++++++++++++++++ .../reference/hyphens-auto-last-word-001-ref.html | 15 +++++++++++ .../reference/hyphens-auto-last-word-001-ref2.html | 15 +++++++++++ .../hyphens/reference/hyphens-character-ref.html | 31 ++++++++++++++++++++++ .../hyphens/reference/hyphens-manual-010-ref.html | 27 +++++++++++++++++++ .../hyphens/reference/hyphens-manual-011H-ref.html | 27 +++++++++++++++++++ .../hyphens/reference/hyphens-manual-011M-ref.html | 27 +++++++++++++++++++ .../hyphens/reference/hyphens-manual-013H-ref.html | 27 +++++++++++++++++++ .../hyphens/reference/hyphens-manual-013M-ref.html | 27 +++++++++++++++++++ .../reference/hyphens-manual-inline-010-ref.html | 27 +++++++++++++++++++ .../reference/hyphens-manual-inline-011H-ref.html | 27 +++++++++++++++++++ .../reference/hyphens-manual-inline-011M-ref.html | 27 +++++++++++++++++++ .../reference/hyphens-manual-inline-012H-ref.html | 27 +++++++++++++++++++ .../reference/hyphens-manual-inline-012M-ref.html | 27 +++++++++++++++++++ .../reference/hyphens-out-of-flow-001-ref.html | 22 +++++++++++++++ .../reference/hyphens-overflow-001-ref.html | 21 +++++++++++++++ .../reference/hyphens-punctuation-001-ref.html | 12 +++++++++ .../hyphens/reference/hyphens-shaping-001-ref.html | 25 +++++++++++++++++ .../hyphens/reference/hyphens-shaping-002-ref.html | 6 +++++ .../hyphens/reference/hyphens-span-001-ref.html | 24 +++++++++++++++++ .../hyphens/reference/hyphens-span-002-ref.html | 22 +++++++++++++++ .../reference/hyphens-vertical-001-ref.html | 27 +++++++++++++++++++ .../reference/hyphens-vertical-002-ref.html | 28 +++++++++++++++++++ .../reference/hyphens-vertical-003-ref.html | 28 +++++++++++++++++++ .../reference/hyphens-vertical-004-ref.html | 29 ++++++++++++++++++++ .../hyphens/reference/shy-styling-001-alt-ref.html | 15 +++++++++++ .../hyphens/reference/shy-styling-001-ref.html | 15 +++++++++++ 41 files changed, 967 insertions(+) create mode 100644 testing/web-platform/tests/css/css-text/hyphens/reference/hyphenate-character-001-ref.html create mode 100644 testing/web-platform/tests/css/css-text/hyphens/reference/hyphenate-character-003-ref.html create mode 100644 testing/web-platform/tests/css/css-text/hyphens/reference/hyphenate-character-004-ref.html create mode 100644 testing/web-platform/tests/css/css-text/hyphens/reference/hyphenate-character-005-ref.html create mode 100644 testing/web-platform/tests/css/css-text/hyphens/reference/hyphenate-limit-chars-001-ref.html create mode 100644 testing/web-platform/tests/css/css-text/hyphens/reference/hyphens-auto-001-ref.html create mode 100644 testing/web-platform/tests/css/css-text/hyphens/reference/hyphens-auto-002-ref.html create mode 100644 testing/web-platform/tests/css/css-text/hyphens/reference/hyphens-auto-004H-ref.html create mode 100644 testing/web-platform/tests/css/css-text/hyphens/reference/hyphens-auto-004M-ref.html create mode 100644 testing/web-platform/tests/css/css-text/hyphens/reference/hyphens-auto-005H-ref.html create mode 100644 testing/web-platform/tests/css/css-text/hyphens/reference/hyphens-auto-005M-ref.html create mode 100644 testing/web-platform/tests/css/css-text/hyphens/reference/hyphens-auto-010H-ref.html create mode 100644 testing/web-platform/tests/css/css-text/hyphens/reference/hyphens-auto-010M-ref.html create mode 100644 testing/web-platform/tests/css/css-text/hyphens/reference/hyphens-auto-inline-010H-ref.html create mode 100644 testing/web-platform/tests/css/css-text/hyphens/reference/hyphens-auto-inline-010M-ref.html create mode 100644 testing/web-platform/tests/css/css-text/hyphens/reference/hyphens-auto-last-word-001-ref.html create mode 100644 testing/web-platform/tests/css/css-text/hyphens/reference/hyphens-auto-last-word-001-ref2.html create mode 100644 testing/web-platform/tests/css/css-text/hyphens/reference/hyphens-character-ref.html create mode 100644 testing/web-platform/tests/css/css-text/hyphens/reference/hyphens-manual-010-ref.html create mode 100644 testing/web-platform/tests/css/css-text/hyphens/reference/hyphens-manual-011H-ref.html create mode 100644 testing/web-platform/tests/css/css-text/hyphens/reference/hyphens-manual-011M-ref.html create mode 100644 testing/web-platform/tests/css/css-text/hyphens/reference/hyphens-manual-013H-ref.html create mode 100644 testing/web-platform/tests/css/css-text/hyphens/reference/hyphens-manual-013M-ref.html create mode 100644 testing/web-platform/tests/css/css-text/hyphens/reference/hyphens-manual-inline-010-ref.html create mode 100644 testing/web-platform/tests/css/css-text/hyphens/reference/hyphens-manual-inline-011H-ref.html create mode 100644 testing/web-platform/tests/css/css-text/hyphens/reference/hyphens-manual-inline-011M-ref.html create mode 100644 testing/web-platform/tests/css/css-text/hyphens/reference/hyphens-manual-inline-012H-ref.html create mode 100644 testing/web-platform/tests/css/css-text/hyphens/reference/hyphens-manual-inline-012M-ref.html create mode 100644 testing/web-platform/tests/css/css-text/hyphens/reference/hyphens-out-of-flow-001-ref.html create mode 100644 testing/web-platform/tests/css/css-text/hyphens/reference/hyphens-overflow-001-ref.html create mode 100644 testing/web-platform/tests/css/css-text/hyphens/reference/hyphens-punctuation-001-ref.html create mode 100644 testing/web-platform/tests/css/css-text/hyphens/reference/hyphens-shaping-001-ref.html create mode 100644 testing/web-platform/tests/css/css-text/hyphens/reference/hyphens-shaping-002-ref.html create mode 100644 testing/web-platform/tests/css/css-text/hyphens/reference/hyphens-span-001-ref.html create mode 100644 testing/web-platform/tests/css/css-text/hyphens/reference/hyphens-span-002-ref.html create mode 100644 testing/web-platform/tests/css/css-text/hyphens/reference/hyphens-vertical-001-ref.html create mode 100644 testing/web-platform/tests/css/css-text/hyphens/reference/hyphens-vertical-002-ref.html create mode 100644 testing/web-platform/tests/css/css-text/hyphens/reference/hyphens-vertical-003-ref.html create mode 100644 testing/web-platform/tests/css/css-text/hyphens/reference/hyphens-vertical-004-ref.html create mode 100644 testing/web-platform/tests/css/css-text/hyphens/reference/shy-styling-001-alt-ref.html create mode 100644 testing/web-platform/tests/css/css-text/hyphens/reference/shy-styling-001-ref.html (limited to 'testing/web-platform/tests/css/css-text/hyphens/reference') diff --git a/testing/web-platform/tests/css/css-text/hyphens/reference/hyphenate-character-001-ref.html b/testing/web-platform/tests/css/css-text/hyphens/reference/hyphenate-character-001-ref.html new file mode 100644 index 0000000000..3014cb9fb1 --- /dev/null +++ b/testing/web-platform/tests/css/css-text/hyphens/reference/hyphenate-character-001-ref.html @@ -0,0 +1,18 @@ + + +CSS Text reference: hyphenate-character + + + +

Test passes if the words below are broken at hyphenation positions but no visible hyphens appear. + +

+im
ple
men
ta
tion

+ini
tial
iza
tion

+real
iza
tion

+hy
phen
ation +
diff --git a/testing/web-platform/tests/css/css-text/hyphens/reference/hyphenate-character-003-ref.html b/testing/web-platform/tests/css/css-text/hyphens/reference/hyphenate-character-003-ref.html new file mode 100644 index 0000000000..f8bce3c302 --- /dev/null +++ b/testing/web-platform/tests/css/css-text/hyphens/reference/hyphenate-character-003-ref.html @@ -0,0 +1,18 @@ + + +CSS Text reference: hyphenate-character + + + +

Test passes if the words below are hyphenated using a bullet (•) character. + +

+im•
ple•
men•
ta•
tion

+ini•
tial•
iza•
tion

+real•
iza•
tion

+hy•
phen•
ation +
diff --git a/testing/web-platform/tests/css/css-text/hyphens/reference/hyphenate-character-004-ref.html b/testing/web-platform/tests/css/css-text/hyphens/reference/hyphenate-character-004-ref.html new file mode 100644 index 0000000000..399f867210 --- /dev/null +++ b/testing/web-platform/tests/css/css-text/hyphens/reference/hyphenate-character-004-ref.html @@ -0,0 +1,18 @@ + + +CSS Text reference: hyphenate-character + + + +

Test passes if the words below are hyphenated using the string "/-/". + +

+im/-/
ple/-/
men/-/
tation

+ini/-/
tial/-/
iza/-/
tion

+re/-/
al/-/
iza/-/
tion

+hy/-/
phen/-/
ation +
diff --git a/testing/web-platform/tests/css/css-text/hyphens/reference/hyphenate-character-005-ref.html b/testing/web-platform/tests/css/css-text/hyphens/reference/hyphenate-character-005-ref.html new file mode 100644 index 0000000000..50a0ebd585 --- /dev/null +++ b/testing/web-platform/tests/css/css-text/hyphens/reference/hyphenate-character-005-ref.html @@ -0,0 +1,19 @@ + + +CSS Text reference: hyphenate-character + + + +

Test passes if the word below is hyphenated +using a right-to-left space+kashida sequence " ـ", +and shaping is not interrupted. + +

+قىل‍ ـ
‍مىغانلىقى +
diff --git a/testing/web-platform/tests/css/css-text/hyphens/reference/hyphenate-limit-chars-001-ref.html b/testing/web-platform/tests/css/css-text/hyphens/reference/hyphenate-limit-chars-001-ref.html new file mode 100644 index 0000000000..c491fbca27 --- /dev/null +++ b/testing/web-platform/tests/css/css-text/hyphens/reference/hyphenate-limit-chars-001-ref.html @@ -0,0 +1,26 @@ + +CSS Text: 'hyphens: auto' with a valid 'lang' attribute specification + + + + +
+
ex-
am-
ple
+
example
+
ex-
am-
ple
+
exam-
ple
+
exam-
ple
+
example
+
ex-
am-
ple
+
ex-
ample
+
example
+
+ diff --git a/testing/web-platform/tests/css/css-text/hyphens/reference/hyphens-auto-001-ref.html b/testing/web-platform/tests/css/css-text/hyphens/reference/hyphens-auto-001-ref.html new file mode 100644 index 0000000000..c1355d0abb --- /dev/null +++ b/testing/web-platform/tests/css/css-text/hyphens/reference/hyphens-auto-001-ref.html @@ -0,0 +1,20 @@ + + +CSS Text Test Reference + + + +

Test passes if none of the words below are hyphenated. +

implementation +initialization +realization +hyphenation +anticonstitutionnellement +intergouvernementalisation +dichlorodiphényltrichloroéthane +honorificabilitudinitatibus +Wiedervereinigung +Rechtsschutzversicherungsgesellschaften
+ diff --git a/testing/web-platform/tests/css/css-text/hyphens/reference/hyphens-auto-002-ref.html b/testing/web-platform/tests/css/css-text/hyphens/reference/hyphens-auto-002-ref.html new file mode 100644 index 0000000000..dece5f7394 --- /dev/null +++ b/testing/web-platform/tests/css/css-text/hyphens/reference/hyphens-auto-002-ref.html @@ -0,0 +1,15 @@ + + +CSS Text Reference File + + + +

Test passes if there is a filled green square and no red.

+
+ diff --git a/testing/web-platform/tests/css/css-text/hyphens/reference/hyphens-auto-004H-ref.html b/testing/web-platform/tests/css/css-text/hyphens/reference/hyphens-auto-004H-ref.html new file mode 100644 index 0000000000..cb26d85e8d --- /dev/null +++ b/testing/web-platform/tests/css/css-text/hyphens/reference/hyphens-auto-004H-ref.html @@ -0,0 +1,28 @@ + + + + + CSS Reference Test + + + + + + + +
regu-
lation

imple-
menta-
tion
now
+ + diff --git a/testing/web-platform/tests/css/css-text/hyphens/reference/hyphens-auto-004M-ref.html b/testing/web-platform/tests/css/css-text/hyphens/reference/hyphens-auto-004M-ref.html new file mode 100644 index 0000000000..4e234bf76d --- /dev/null +++ b/testing/web-platform/tests/css/css-text/hyphens/reference/hyphens-auto-004M-ref.html @@ -0,0 +1,28 @@ + + + + + CSS Reference Test + + + + + + + +
regu‐
lation

imple‐
menta‐
tion
now
+ + diff --git a/testing/web-platform/tests/css/css-text/hyphens/reference/hyphens-auto-005H-ref.html b/testing/web-platform/tests/css/css-text/hyphens/reference/hyphens-auto-005H-ref.html new file mode 100644 index 0000000000..6bd86d36aa --- /dev/null +++ b/testing/web-platform/tests/css/css-text/hyphens/reference/hyphens-auto-005H-ref.html @@ -0,0 +1,28 @@ + + + + + CSS Reference Test + + + + + + + +
reg-
ula-
tion
+ + diff --git a/testing/web-platform/tests/css/css-text/hyphens/reference/hyphens-auto-005M-ref.html b/testing/web-platform/tests/css/css-text/hyphens/reference/hyphens-auto-005M-ref.html new file mode 100644 index 0000000000..38b00cef8b --- /dev/null +++ b/testing/web-platform/tests/css/css-text/hyphens/reference/hyphens-auto-005M-ref.html @@ -0,0 +1,28 @@ + + + + + CSS Reference Test + + + + + + + +
reg‐
ula‐
tion
+ + diff --git a/testing/web-platform/tests/css/css-text/hyphens/reference/hyphens-auto-010H-ref.html b/testing/web-platform/tests/css/css-text/hyphens/reference/hyphens-auto-010H-ref.html new file mode 100644 index 0000000000..6d453b9560 --- /dev/null +++ b/testing/web-platform/tests/css/css-text/hyphens/reference/hyphens-auto-010H-ref.html @@ -0,0 +1,29 @@ + + + + + CSS Reference Test + + + + + + + +
regu‐
lation
imple‐
menta‐
tion
now
+ + diff --git a/testing/web-platform/tests/css/css-text/hyphens/reference/hyphens-auto-010M-ref.html b/testing/web-platform/tests/css/css-text/hyphens/reference/hyphens-auto-010M-ref.html new file mode 100644 index 0000000000..27adc3f08f --- /dev/null +++ b/testing/web-platform/tests/css/css-text/hyphens/reference/hyphens-auto-010M-ref.html @@ -0,0 +1,29 @@ + + + + + CSS Reference Test + + + + + + + +
regu-
lation
imple-
menta-
tion
now
+ + diff --git a/testing/web-platform/tests/css/css-text/hyphens/reference/hyphens-auto-inline-010H-ref.html b/testing/web-platform/tests/css/css-text/hyphens/reference/hyphens-auto-inline-010H-ref.html new file mode 100644 index 0000000000..0a3aedf286 --- /dev/null +++ b/testing/web-platform/tests/css/css-text/hyphens/reference/hyphens-auto-inline-010H-ref.html @@ -0,0 +1,29 @@ + + + + + CSS Reference Test + + + + + + + +
There
are
new
en‐
gines
now.
+ + diff --git a/testing/web-platform/tests/css/css-text/hyphens/reference/hyphens-auto-inline-010M-ref.html b/testing/web-platform/tests/css/css-text/hyphens/reference/hyphens-auto-inline-010M-ref.html new file mode 100644 index 0000000000..59f5247e50 --- /dev/null +++ b/testing/web-platform/tests/css/css-text/hyphens/reference/hyphens-auto-inline-010M-ref.html @@ -0,0 +1,29 @@ + + + + + CSS Reference Test + + + + + + + +
There
are
new
en-
gines
now.
+ + diff --git a/testing/web-platform/tests/css/css-text/hyphens/reference/hyphens-auto-last-word-001-ref.html b/testing/web-platform/tests/css/css-text/hyphens/reference/hyphens-auto-last-word-001-ref.html new file mode 100644 index 0000000000..7fe23fe75d --- /dev/null +++ b/testing/web-platform/tests/css/css-text/hyphens/reference/hyphens-auto-last-word-001-ref.html @@ -0,0 +1,15 @@ + + + +
Test ex­am­ple
+
ex­am­ple
+
1 ex­am­ple
+
1234 ex­am­ple
+
ex­am­ple 5678
+
1234 ex­am­ple 5678
+ diff --git a/testing/web-platform/tests/css/css-text/hyphens/reference/hyphens-auto-last-word-001-ref2.html b/testing/web-platform/tests/css/css-text/hyphens/reference/hyphens-auto-last-word-001-ref2.html new file mode 100644 index 0000000000..9c9f41312e --- /dev/null +++ b/testing/web-platform/tests/css/css-text/hyphens/reference/hyphens-auto-last-word-001-ref2.html @@ -0,0 +1,15 @@ + + + +
Test example
+
ex­am­ple
+
1
ex­am­ple
+
1234 ex­am­ple
+
ex­am­ple 5678
+
1234 ex­am­ple 5678
+ diff --git a/testing/web-platform/tests/css/css-text/hyphens/reference/hyphens-character-ref.html b/testing/web-platform/tests/css/css-text/hyphens/reference/hyphens-character-ref.html new file mode 100644 index 0000000000..7e590a1f75 --- /dev/null +++ b/testing/web-platform/tests/css/css-text/hyphens/reference/hyphens-character-ref.html @@ -0,0 +1,31 @@ + + + + + + +
+ Do-
+ nau-
+ dampf-
+ schiff-
+ fahrt +
+ + + diff --git a/testing/web-platform/tests/css/css-text/hyphens/reference/hyphens-manual-010-ref.html b/testing/web-platform/tests/css/css-text/hyphens/reference/hyphens-manual-010-ref.html new file mode 100644 index 0000000000..f79ce17a4c --- /dev/null +++ b/testing/web-platform/tests/css/css-text/hyphens/reference/hyphens-manual-010-ref.html @@ -0,0 +1,27 @@ + + + + + CSS Reference Test + + + + + + + +

Test passes if the characters inside of each black-bordered rectangles are laid out identically. Only "ucleic" should be outside of the black-bordered rectangles. + +

Deoxyribonucleic acid
+ +
Deoxyribonucleic acid
diff --git a/testing/web-platform/tests/css/css-text/hyphens/reference/hyphens-manual-011H-ref.html b/testing/web-platform/tests/css/css-text/hyphens/reference/hyphens-manual-011H-ref.html new file mode 100644 index 0000000000..99612206f8 --- /dev/null +++ b/testing/web-platform/tests/css/css-text/hyphens/reference/hyphens-manual-011H-ref.html @@ -0,0 +1,27 @@ + + + + + CSS Reference Test + + + + + +
Deoxyribo‐
nucleic acid
+ + diff --git a/testing/web-platform/tests/css/css-text/hyphens/reference/hyphens-manual-011M-ref.html b/testing/web-platform/tests/css/css-text/hyphens/reference/hyphens-manual-011M-ref.html new file mode 100644 index 0000000000..191095a413 --- /dev/null +++ b/testing/web-platform/tests/css/css-text/hyphens/reference/hyphens-manual-011M-ref.html @@ -0,0 +1,27 @@ + + + + + CSS Reference Test + + + + + +
Deoxyribo-
nucleic acid
+ + diff --git a/testing/web-platform/tests/css/css-text/hyphens/reference/hyphens-manual-013H-ref.html b/testing/web-platform/tests/css/css-text/hyphens/reference/hyphens-manual-013H-ref.html new file mode 100644 index 0000000000..12ad0ed505 --- /dev/null +++ b/testing/web-platform/tests/css/css-text/hyphens/reference/hyphens-manual-013H-ref.html @@ -0,0 +1,27 @@ + + + + + CSS Reference Test + + + + + +
Deoxy‐
ribonucleic acid
+ + diff --git a/testing/web-platform/tests/css/css-text/hyphens/reference/hyphens-manual-013M-ref.html b/testing/web-platform/tests/css/css-text/hyphens/reference/hyphens-manual-013M-ref.html new file mode 100644 index 0000000000..3c7121242b --- /dev/null +++ b/testing/web-platform/tests/css/css-text/hyphens/reference/hyphens-manual-013M-ref.html @@ -0,0 +1,27 @@ + + + + + CSS Reference Test + + + + + +
Deoxy-
ribonucleic acid
+ + diff --git a/testing/web-platform/tests/css/css-text/hyphens/reference/hyphens-manual-inline-010-ref.html b/testing/web-platform/tests/css/css-text/hyphens/reference/hyphens-manual-inline-010-ref.html new file mode 100644 index 0000000000..a55fe859ff --- /dev/null +++ b/testing/web-platform/tests/css/css-text/hyphens/reference/hyphens-manual-inline-010-ref.html @@ -0,0 +1,27 @@ + + + + + CSS Reference Test + + + + + + + +

Test passes if the characters inside of each black-bordered rectangles are laid out identically. Only "ucleic" should be outside of the black-bordered rectangles. + +

DNA means Deoxyribonucleic acid.
+ +
DNA means Deoxyribonucleic acid.
diff --git a/testing/web-platform/tests/css/css-text/hyphens/reference/hyphens-manual-inline-011H-ref.html b/testing/web-platform/tests/css/css-text/hyphens/reference/hyphens-manual-inline-011H-ref.html new file mode 100644 index 0000000000..0cd1ef9f9b --- /dev/null +++ b/testing/web-platform/tests/css/css-text/hyphens/reference/hyphens-manual-inline-011H-ref.html @@ -0,0 +1,27 @@ + + + + + CSS Reference Test + + + + + +
DNA means
Deoxyribo‐
nucleic
acid.
+ + diff --git a/testing/web-platform/tests/css/css-text/hyphens/reference/hyphens-manual-inline-011M-ref.html b/testing/web-platform/tests/css/css-text/hyphens/reference/hyphens-manual-inline-011M-ref.html new file mode 100644 index 0000000000..836919648e --- /dev/null +++ b/testing/web-platform/tests/css/css-text/hyphens/reference/hyphens-manual-inline-011M-ref.html @@ -0,0 +1,27 @@ + + + + + CSS Reference Test + + + + + +
DNA means
Deoxyribo-
nucleic
acid.
+ + diff --git a/testing/web-platform/tests/css/css-text/hyphens/reference/hyphens-manual-inline-012H-ref.html b/testing/web-platform/tests/css/css-text/hyphens/reference/hyphens-manual-inline-012H-ref.html new file mode 100644 index 0000000000..8b2ff04ade --- /dev/null +++ b/testing/web-platform/tests/css/css-text/hyphens/reference/hyphens-manual-inline-012H-ref.html @@ -0,0 +1,27 @@ + + + + + CSS Reference Test + + + + + +
DNA
means
Deoxy‐
ribonu‐
cleic
acid.
+ + diff --git a/testing/web-platform/tests/css/css-text/hyphens/reference/hyphens-manual-inline-012M-ref.html b/testing/web-platform/tests/css/css-text/hyphens/reference/hyphens-manual-inline-012M-ref.html new file mode 100644 index 0000000000..0c8db033c8 --- /dev/null +++ b/testing/web-platform/tests/css/css-text/hyphens/reference/hyphens-manual-inline-012M-ref.html @@ -0,0 +1,27 @@ + + + + + CSS Reference Test + + + + + +
DNA
means
Deoxy-
ribonu-
cleic
acid.
+ + diff --git a/testing/web-platform/tests/css/css-text/hyphens/reference/hyphens-out-of-flow-001-ref.html b/testing/web-platform/tests/css/css-text/hyphens/reference/hyphens-out-of-flow-001-ref.html new file mode 100644 index 0000000000..7339447924 --- /dev/null +++ b/testing/web-platform/tests/css/css-text/hyphens/reference/hyphens-out-of-flow-001-ref.html @@ -0,0 +1,22 @@ + + +CSS Text Test reference + + + +

Test passes if the text in all orange boxes below is identical (including the presence and position of a hyphen). + +

high­way
+
high­way
+
high­way
+
high­way
+
high­way
+
high­way
+
high­way
diff --git a/testing/web-platform/tests/css/css-text/hyphens/reference/hyphens-overflow-001-ref.html b/testing/web-platform/tests/css/css-text/hyphens/reference/hyphens-overflow-001-ref.html new file mode 100644 index 0000000000..db002ce45d --- /dev/null +++ b/testing/web-platform/tests/css/css-text/hyphens/reference/hyphens-overflow-001-ref.html @@ -0,0 +1,21 @@ + + + + +
12 4-
xx
+
12
45xx
+
12
456xx
+
1234-
xx
+
12345-
xx
+
123456-
xx
+ +
renfor-
cer99999
+
00-
1222
+ diff --git a/testing/web-platform/tests/css/css-text/hyphens/reference/hyphens-punctuation-001-ref.html b/testing/web-platform/tests/css/css-text/hyphens/reference/hyphens-punctuation-001-ref.html new file mode 100644 index 0000000000..75e2363789 --- /dev/null +++ b/testing/web-platform/tests/css/css-text/hyphens/reference/hyphens-punctuation-001-ref.html @@ -0,0 +1,12 @@ + + + +
00000 ex­am­ple 00000
+
00000 ex­am­ple. 00000
+
00000 (ex­am­ple 00000
+ diff --git a/testing/web-platform/tests/css/css-text/hyphens/reference/hyphens-shaping-001-ref.html b/testing/web-platform/tests/css/css-text/hyphens/reference/hyphens-shaping-001-ref.html new file mode 100644 index 0000000000..9eb1d7fd68 --- /dev/null +++ b/testing/web-platform/tests/css/css-text/hyphens/reference/hyphens-shaping-001-ref.html @@ -0,0 +1,25 @@ + + +CSS Text level 3 Test reference + + + +

Test passes if the black text is identical to the orange text (except the color). + +

ﺩﺍﻣﻴ
ﺪﻯ
+ +
ﺩﺍﻣﻴ
ﺪﻯ
diff --git a/testing/web-platform/tests/css/css-text/hyphens/reference/hyphens-shaping-002-ref.html b/testing/web-platform/tests/css/css-text/hyphens/reference/hyphens-shaping-002-ref.html new file mode 100644 index 0000000000..d8e31d71e4 --- /dev/null +++ b/testing/web-platform/tests/css/css-text/hyphens/reference/hyphens-shaping-002-ref.html @@ -0,0 +1,6 @@ + + +CSS Text level 3 Test reference + + +

Test passes if there is something below: diff --git a/testing/web-platform/tests/css/css-text/hyphens/reference/hyphens-span-001-ref.html b/testing/web-platform/tests/css/css-text/hyphens/reference/hyphens-span-001-ref.html new file mode 100644 index 0000000000..cbe3726137 --- /dev/null +++ b/testing/web-platform/tests/css/css-text/hyphens/reference/hyphens-span-001-ref.html @@ -0,0 +1,24 @@ + + +CSS Text Test reference + + + +

Test passes if the text in all orange boxes below is identical (including the presence and position of a hyphen). + +

high­way
+
high­way
+
high­way
+
high­way
+
high­way
+
high­way
+
high­way
+
high­way
+
high­way
diff --git a/testing/web-platform/tests/css/css-text/hyphens/reference/hyphens-span-002-ref.html b/testing/web-platform/tests/css/css-text/hyphens/reference/hyphens-span-002-ref.html new file mode 100644 index 0000000000..7b3f820641 --- /dev/null +++ b/testing/web-platform/tests/css/css-text/hyphens/reference/hyphens-span-002-ref.html @@ -0,0 +1,22 @@ + + +CSS Text Test reference + + + +

Test passes if the text in all orange boxes below is identical (including the presence and position of a hyphen). + +

highway
+
highway
+
highway
+
highway
+
highway
+
highway
+
highway
diff --git a/testing/web-platform/tests/css/css-text/hyphens/reference/hyphens-vertical-001-ref.html b/testing/web-platform/tests/css/css-text/hyphens/reference/hyphens-vertical-001-ref.html new file mode 100644 index 0000000000..5be7a840d8 --- /dev/null +++ b/testing/web-platform/tests/css/css-text/hyphens/reference/hyphens-vertical-001-ref.html @@ -0,0 +1,27 @@ + + +CSS Text reference: soft hyphens in vertical writing mode + + + + +

Test passes if the two boxes look the same:

+ +
+ hyphen‐
ation +
+ +
+ hyphen‐
ation +
\ No newline at end of file diff --git a/testing/web-platform/tests/css/css-text/hyphens/reference/hyphens-vertical-002-ref.html b/testing/web-platform/tests/css/css-text/hyphens/reference/hyphens-vertical-002-ref.html new file mode 100644 index 0000000000..cb240212bc --- /dev/null +++ b/testing/web-platform/tests/css/css-text/hyphens/reference/hyphens-vertical-002-ref.html @@ -0,0 +1,28 @@ + + +CSS Text reference: soft hyphens in vertical writing mode + + + + +

Test passes if the two boxes look the same:

+ +
+ hyphen‐
ation +
+ +
+ hyphen‐
ation +
\ No newline at end of file diff --git a/testing/web-platform/tests/css/css-text/hyphens/reference/hyphens-vertical-003-ref.html b/testing/web-platform/tests/css/css-text/hyphens/reference/hyphens-vertical-003-ref.html new file mode 100644 index 0000000000..6d3ea15845 --- /dev/null +++ b/testing/web-platform/tests/css/css-text/hyphens/reference/hyphens-vertical-003-ref.html @@ -0,0 +1,28 @@ + + +CSS Text reference: soft hyphens in vertical writing mode + + + + +

Test passes if the two boxes look the same:

+ +
+ hyphen+=
ation +
+ +
+ hyphen+=
ation +
\ No newline at end of file diff --git a/testing/web-platform/tests/css/css-text/hyphens/reference/hyphens-vertical-004-ref.html b/testing/web-platform/tests/css/css-text/hyphens/reference/hyphens-vertical-004-ref.html new file mode 100644 index 0000000000..63c751165f --- /dev/null +++ b/testing/web-platform/tests/css/css-text/hyphens/reference/hyphens-vertical-004-ref.html @@ -0,0 +1,29 @@ + + +CSS Text reference: soft hyphens in vertical writing mode + + + + +

Test passes if the two boxes look the same:

+ +
+ hyphen+=
ation +
+ +
+ hyphen+=
ation +
\ No newline at end of file diff --git a/testing/web-platform/tests/css/css-text/hyphens/reference/shy-styling-001-alt-ref.html b/testing/web-platform/tests/css/css-text/hyphens/reference/shy-styling-001-alt-ref.html new file mode 100644 index 0000000000..c86cb50028 --- /dev/null +++ b/testing/web-platform/tests/css/css-text/hyphens/reference/shy-styling-001-alt-ref.html @@ -0,0 +1,15 @@ + + +test reference + + + +

Test passes if the word “example” below is hyphenated, and the hyphen is large, red, and has a shadow + +

ex
ample
diff --git a/testing/web-platform/tests/css/css-text/hyphens/reference/shy-styling-001-ref.html b/testing/web-platform/tests/css/css-text/hyphens/reference/shy-styling-001-ref.html new file mode 100644 index 0000000000..ad9df16e35 --- /dev/null +++ b/testing/web-platform/tests/css/css-text/hyphens/reference/shy-styling-001-ref.html @@ -0,0 +1,15 @@ + + +test reference + + + +

Test passes if the word “example” below is hyphenated, and the hyphen is large, red, and has a shadow + +

ex-
ample
-- cgit v1.2.3