From 36d22d82aa202bb199967e9512281e9a53db42c9 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 21:33:14 +0200 Subject: Adding upstream version 115.7.0esr. Signed-off-by: Daniel Baumann --- .../hanging-punctuation-allow-end-001-ref.xht | 97 ++++++++++++++++++++ .../hanging-punctuation-block-bound-001-ref.html | 50 ++++++++++ .../hanging-punctuation-first-001-ref.xht | 101 +++++++++++++++++++++ .../hanging-punctuation-force-end-001-ref.xht | 97 ++++++++++++++++++++ .../hanging-punctuation-inline-001-ref.html | 15 +++ .../hanging-punctuation-inline-bound-001-ref.html | 41 +++++++++ .../reference/hanging-punctuation-last-001-ref.xht | 97 ++++++++++++++++++++ .../reference/hanging-scrollable-001-ref.html | 6 ++ 8 files changed, 504 insertions(+) create mode 100644 testing/web-platform/tests/css/css-text/hanging-punctuation/reference/hanging-punctuation-allow-end-001-ref.xht create mode 100644 testing/web-platform/tests/css/css-text/hanging-punctuation/reference/hanging-punctuation-block-bound-001-ref.html create mode 100644 testing/web-platform/tests/css/css-text/hanging-punctuation/reference/hanging-punctuation-first-001-ref.xht create mode 100644 testing/web-platform/tests/css/css-text/hanging-punctuation/reference/hanging-punctuation-force-end-001-ref.xht create mode 100644 testing/web-platform/tests/css/css-text/hanging-punctuation/reference/hanging-punctuation-inline-001-ref.html create mode 100644 testing/web-platform/tests/css/css-text/hanging-punctuation/reference/hanging-punctuation-inline-bound-001-ref.html create mode 100644 testing/web-platform/tests/css/css-text/hanging-punctuation/reference/hanging-punctuation-last-001-ref.xht create mode 100644 testing/web-platform/tests/css/css-text/hanging-punctuation/reference/hanging-scrollable-001-ref.html (limited to 'testing/web-platform/tests/css/css-text/hanging-punctuation/reference') diff --git a/testing/web-platform/tests/css/css-text/hanging-punctuation/reference/hanging-punctuation-allow-end-001-ref.xht b/testing/web-platform/tests/css/css-text/hanging-punctuation/reference/hanging-punctuation-allow-end-001-ref.xht new file mode 100644 index 0000000000..48be1d9806 --- /dev/null +++ b/testing/web-platform/tests/css/css-text/hanging-punctuation/reference/hanging-punctuation-allow-end-001-ref.xht @@ -0,0 +1,97 @@ + + + + + CSS Test: hanging-punctuation - allow-end - basic cases Reftest Reference + + + + +

+ Test passes if each pair of upper and lower text in the square box is identical. +

+
+
+ IDEOGRAPHIC COMMA +
+
+
+ これらは満たす文字で、
それらも満たす文字で
す。 +
+
+
+ これらは満たす文字で、
それらも満たす文字で
す。 +
+
+
+
+
+ IDEOGRAPHIC FULL STOP +
+
+
+ これは満たす文字です。 +
+
+
+ これは満たす文字です。 +
+
+
+
+
+ HALFWIDTH IDEOGRAPHIC COMMA +
+
+
+ ミタスモジ、ミタスモジ、ミタスモジ、
ミタスモジ。 +
+
+
+ ミタスモジ、ミタスモジ、ミタスモジ、
ミタスモジ。 +
+
+
+
+
+ HALFWIDTH IDEOGRAPHIC FULL STOP +
+
+
+ ミタスモジ。ミタスモジ。ミタスモジ。
ミタスモジ。 +
+
+
+ ミタスモジ。ミタスモジ。ミタスモジ。
ミタスモジ。 +
+
+
+

+ * You will need a Japanese font.
+ If you are unable to see font glyphs for certain characters using the browsers default font, install the IPA Font(http://ossipedia.ipa.go.jp/ipafont/) and reload this page. +

+ + diff --git a/testing/web-platform/tests/css/css-text/hanging-punctuation/reference/hanging-punctuation-block-bound-001-ref.html b/testing/web-platform/tests/css/css-text/hanging-punctuation/reference/hanging-punctuation-block-bound-001-ref.html new file mode 100644 index 0000000000..31f39ea163 --- /dev/null +++ b/testing/web-platform/tests/css/css-text/hanging-punctuation/reference/hanging-punctuation-block-bound-001-ref.html @@ -0,0 +1,50 @@ + + + + + CSS Reference Test + + + + + + + +
まだよく
ています。
+ +
まだよく
ています。
しかし特
diff --git a/testing/web-platform/tests/css/css-text/hanging-punctuation/reference/hanging-punctuation-first-001-ref.xht b/testing/web-platform/tests/css/css-text/hanging-punctuation/reference/hanging-punctuation-first-001-ref.xht new file mode 100644 index 0000000000..1949939eb8 --- /dev/null +++ b/testing/web-platform/tests/css/css-text/hanging-punctuation/reference/hanging-punctuation-first-001-ref.xht @@ -0,0 +1,101 @@ + + + + + CSS Test: hanging-punctuation - first - basic cases Reftest Reference + + + + +

+ Test passes if each pair of upper and lower text in the square box is identical. +

+
+
+ Opening brackets +
+
+
+ 「これは、満たすための
文字です。」 +
+
+
+ 「これは、満たすための
文字です。」 +
+
+
+
+
+ Closing brackets +
+
+
+ これは、「満たす文
字」です。 +
+
+
+ これは、「満たす文
字」です。 +
+
+
+
+
+ Initial quotes +
+
+
+ “これは、満たすための
文字です。” +
+
+
+ “これは、満たすための
文字です。” +
+
+
+
+
+ Final quotes +
+
+
+ これは、“満たす文
字”です。 +
+
+
+ これは、“満たす文
字”です。 +
+
+
+

+ * You will need a Japanese font.
+ If you are unable to see font glyphs for certain characters using the browsers default font, install the IPA Font(http://ossipedia.ipa.go.jp/ipafont/) and reload this page. +

+ + diff --git a/testing/web-platform/tests/css/css-text/hanging-punctuation/reference/hanging-punctuation-force-end-001-ref.xht b/testing/web-platform/tests/css/css-text/hanging-punctuation/reference/hanging-punctuation-force-end-001-ref.xht new file mode 100644 index 0000000000..a9e7e0c1c3 --- /dev/null +++ b/testing/web-platform/tests/css/css-text/hanging-punctuation/reference/hanging-punctuation-force-end-001-ref.xht @@ -0,0 +1,97 @@ + + + + + CSS Test: hanging-punctuation - force-end - basic cases Reftest Reference + + + + +

+ Test passes if each pair of upper and lower text in the square box is identical. +

+
+
+ IDEOGRAPHIC COMMA +
+
+
+ これらは満たす文字で、
それらも満たす文字で
す。 +
+
+
+ これらは満たす文字で、
それらも満たす文字で
す。 +
+
+
+
+
+ IDEOGRAPHIC FULL STOP +
+
+
+ これは満たす文字です。 +
+
+
+ これは満たす文字です。 +
+
+
+
+
+ HALFWIDTH IDEOGRAPHIC COMMA +
+
+
+ ミタスモジ、ミタスモジ、ミタスモジ、
ミタスモジ。 +
+
+
+ ミタスモジ、ミタスモジ、ミタスモジ、
ミタスモジ。 +
+
+
+
+
+ HALFWIDTH IDEOGRAPHIC FULL STOP +
+
+
+ ミタスモジ。ミタスモジ。ミタスモジ。
ミタスモジ。 +
+
+
+ ミタスモジ。ミタスモジ。ミタスモジ。
ミタスモジ。 +
+
+
+

+ * You will need a Japanese font.
+ If you are unable to see font glyphs for certain characters using the browsers default font, install the IPA Font(http://ossipedia.ipa.go.jp/ipafont/) and reload this page. +

+ + diff --git a/testing/web-platform/tests/css/css-text/hanging-punctuation/reference/hanging-punctuation-inline-001-ref.html b/testing/web-platform/tests/css/css-text/hanging-punctuation/reference/hanging-punctuation-inline-001-ref.html new file mode 100644 index 0000000000..b679e5b913 --- /dev/null +++ b/testing/web-platform/tests/css/css-text/hanging-punctuation/reference/hanging-punctuation-inline-001-ref.html @@ -0,0 +1,15 @@ + + + +test reference + + + +

Test passes if the orange and blue pieces of text are laid out identically. + +

字字字字」
+
字字字字」
diff --git a/testing/web-platform/tests/css/css-text/hanging-punctuation/reference/hanging-punctuation-inline-bound-001-ref.html b/testing/web-platform/tests/css/css-text/hanging-punctuation/reference/hanging-punctuation-inline-bound-001-ref.html new file mode 100644 index 0000000000..c3d66aa366 --- /dev/null +++ b/testing/web-platform/tests/css/css-text/hanging-punctuation/reference/hanging-punctuation-inline-bound-001-ref.html @@ -0,0 +1,41 @@ + + + + + CSS Reference Test + + + + + + + +
まだよく
+ + ています。
+ + しかし特
diff --git a/testing/web-platform/tests/css/css-text/hanging-punctuation/reference/hanging-punctuation-last-001-ref.xht b/testing/web-platform/tests/css/css-text/hanging-punctuation/reference/hanging-punctuation-last-001-ref.xht new file mode 100644 index 0000000000..1f8aa4a57b --- /dev/null +++ b/testing/web-platform/tests/css/css-text/hanging-punctuation/reference/hanging-punctuation-last-001-ref.xht @@ -0,0 +1,97 @@ + + + + + CSS Test: hanging-punctuation - last - basic cases Reftest Reference + + + + +

+ Test passes if each pair of upper and lower text in the square box is identical. +

+
+
+ Opening brackets +
+
+
+ 「これは、満たすため
の文字です。」 +
+
+
+ 「これは、満たすため
の文字です。」 +
+
+
+
+
+ Closing brackets +
+
+
+ これは、「満たす文字」
です。 +
+
+
+ これは、「満たす文字」
です。 +
+
+
+
+
+ Initial quotes +
+
+
+ “これは、満たすため
の文字です。” +
+
+
+ “これは、満たすため
の文字です。” +
+
+
+
+
+ Final quotes +
+
+
+ これは、“満たす文字”
です。 +
+
+
+ これは、“満たす文字”
です。 +
+
+
+

+ * You will need a Japanese font.
+ If you are unable to see font glyphs for certain characters using the browsers default font, install the IPA Font(http://ossipedia.ipa.go.jp/ipafont/) and reload this page. +

+ + diff --git a/testing/web-platform/tests/css/css-text/hanging-punctuation/reference/hanging-scrollable-001-ref.html b/testing/web-platform/tests/css/css-text/hanging-punctuation/reference/hanging-scrollable-001-ref.html new file mode 100644 index 0000000000..25452e9221 --- /dev/null +++ b/testing/web-platform/tests/css/css-text/hanging-punctuation/reference/hanging-scrollable-001-ref.html @@ -0,0 +1,6 @@ + + +CSS Text Test reference + + +

Test passes if there is no red below. -- cgit v1.2.3