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/writing-system-font-001-ref.html | 20 ++++++++++++++++ .../writing-system-line-break-001-ref.html | 19 +++++++++++++++ .../writing-system-line-break-002-ref.html | 11 +++++++++ .../writing-system-segment-break-001-ref.html | 10 ++++++++ .../writing-system-text-transform-001-ref.html | 13 +++++++++++ .../writing-system/writing-system-font-001.html | 25 ++++++++++++++++++++ .../writing-system-line-break-001.html | 26 +++++++++++++++++++++ .../writing-system-line-break-002.html | 22 ++++++++++++++++++ .../writing-system-segment-break-001.html | 27 ++++++++++++++++++++++ .../writing-system-text-transform-001.html | 19 +++++++++++++++ 10 files changed, 192 insertions(+) create mode 100644 testing/web-platform/tests/css/css-text/writing-system/reference/writing-system-font-001-ref.html create mode 100644 testing/web-platform/tests/css/css-text/writing-system/reference/writing-system-line-break-001-ref.html create mode 100644 testing/web-platform/tests/css/css-text/writing-system/reference/writing-system-line-break-002-ref.html create mode 100644 testing/web-platform/tests/css/css-text/writing-system/reference/writing-system-segment-break-001-ref.html create mode 100644 testing/web-platform/tests/css/css-text/writing-system/reference/writing-system-text-transform-001-ref.html create mode 100644 testing/web-platform/tests/css/css-text/writing-system/writing-system-font-001.html create mode 100644 testing/web-platform/tests/css/css-text/writing-system/writing-system-line-break-001.html create mode 100644 testing/web-platform/tests/css/css-text/writing-system/writing-system-line-break-002.html create mode 100644 testing/web-platform/tests/css/css-text/writing-system/writing-system-segment-break-001.html create mode 100644 testing/web-platform/tests/css/css-text/writing-system/writing-system-text-transform-001.html (limited to 'testing/web-platform/tests/css/css-text/writing-system') diff --git a/testing/web-platform/tests/css/css-text/writing-system/reference/writing-system-font-001-ref.html b/testing/web-platform/tests/css/css-text/writing-system/reference/writing-system-font-001-ref.html new file mode 100644 index 0000000000..f0bd7fe262 --- /dev/null +++ b/testing/web-platform/tests/css/css-text/writing-system/reference/writing-system-font-001-ref.html @@ -0,0 +1,20 @@ + + + +CSS test reference + + + +

The test passes if the word pairs below are all displayed in the same font. + + + + +
ping4 on1 + salaam + shalom +
ping4 on1 + salaam + shalom +
+ diff --git a/testing/web-platform/tests/css/css-text/writing-system/reference/writing-system-line-break-001-ref.html b/testing/web-platform/tests/css/css-text/writing-system/reference/writing-system-line-break-001-ref.html new file mode 100644 index 0000000000..3aa1c84ab6 --- /dev/null +++ b/testing/web-platform/tests/css/css-text/writing-system/reference/writing-system-line-break-001-ref.html @@ -0,0 +1,19 @@ + + + +CSS test reference + + + +

The test passes if the second line in the blue box below starts with a “〜”, +and if the second line in the orange box below ends with a “〜”. + +

東京
〜大
+

쿄〜
오사
diff --git a/testing/web-platform/tests/css/css-text/writing-system/reference/writing-system-line-break-002-ref.html b/testing/web-platform/tests/css/css-text/writing-system/reference/writing-system-line-break-002-ref.html new file mode 100644 index 0000000000..2855797d35 --- /dev/null +++ b/testing/web-platform/tests/css/css-text/writing-system/reference/writing-system-line-break-002-ref.html @@ -0,0 +1,11 @@ + + + +CSS test reference + + + +

The test passes if the question mark in the phrase below is alone on the second line. + +

ハロー、ハウアーユー
diff --git a/testing/web-platform/tests/css/css-text/writing-system/reference/writing-system-segment-break-001-ref.html b/testing/web-platform/tests/css/css-text/writing-system/reference/writing-system-segment-break-001-ref.html new file mode 100644 index 0000000000..f451a74a51 --- /dev/null +++ b/testing/web-platform/tests/css/css-text/writing-system/reference/writing-system-segment-break-001-ref.html @@ -0,0 +1,10 @@ + + + +CSS test reference + + +

The test passes if the both lines are identical, including the spacing of the characters. + +

“アイヌイタㇰ”
+
“アイヌイタㇰ”
diff --git a/testing/web-platform/tests/css/css-text/writing-system/reference/writing-system-text-transform-001-ref.html b/testing/web-platform/tests/css/css-text/writing-system/reference/writing-system-text-transform-001-ref.html new file mode 100644 index 0000000000..9b50fb1331 --- /dev/null +++ b/testing/web-platform/tests/css/css-text/writing-system/reference/writing-system-text-transform-001-ref.html @@ -0,0 +1,13 @@ + + + +CSS test reference + + +

Test passes if the two words below are identical: there must be a dot on the “i” letter at the beginning of the word. +

iстанбул
+
iстанбул
diff --git a/testing/web-platform/tests/css/css-text/writing-system/writing-system-font-001.html b/testing/web-platform/tests/css/css-text/writing-system/writing-system-font-001.html new file mode 100644 index 0000000000..a8d4549279 --- /dev/null +++ b/testing/web-platform/tests/css/css-text/writing-system/writing-system-font-001.html @@ -0,0 +1,25 @@ + + + +CSS test: font selection and writing sytem + + + + + + + + +

The test passes if the word pairs below are all displayed in the same font. + + + + +
ping4 on1 + salaam + shalom +
ping4 on1 + salaam + shalom +
+ diff --git a/testing/web-platform/tests/css/css-text/writing-system/writing-system-line-break-001.html b/testing/web-platform/tests/css/css-text/writing-system/writing-system-line-break-001.html new file mode 100644 index 0000000000..6d52672b89 --- /dev/null +++ b/testing/web-platform/tests/css/css-text/writing-system/writing-system-line-break-001.html @@ -0,0 +1,26 @@ + + + +CSS test: writing system and line breaking + + + + + + + + +

The test passes if the second line in the blue box below starts with a “〜”, +and if the second line in the orange box below ends with a “〜”. + +

東京〜大阪
+
도쿄〜오사카
diff --git a/testing/web-platform/tests/css/css-text/writing-system/writing-system-line-break-002.html b/testing/web-platform/tests/css/css-text/writing-system/writing-system-line-break-002.html new file mode 100644 index 0000000000..a973560a6e --- /dev/null +++ b/testing/web-platform/tests/css/css-text/writing-system/writing-system-line-break-002.html @@ -0,0 +1,22 @@ + + + +CSS test: writing system and line breaking + + + + + + + + +

The test passes if the question mark in the phrase below is alone on the second line. + +

ハロー、ハウアーユー?
diff --git a/testing/web-platform/tests/css/css-text/writing-system/writing-system-segment-break-001.html b/testing/web-platform/tests/css/css-text/writing-system/writing-system-segment-break-001.html new file mode 100644 index 0000000000..1d560d9f49 --- /dev/null +++ b/testing/web-platform/tests/css/css-text/writing-system/writing-system-segment-break-001.html @@ -0,0 +1,27 @@ + + + +CSS test: writing system and segment break transformation + + + + + + + + +

The test passes if the both lines are identical, including the spacing of the characters. + +

“ +アイヌイタㇰ +”
+
“アイヌイタㇰ”
diff --git a/testing/web-platform/tests/css/css-text/writing-system/writing-system-text-transform-001.html b/testing/web-platform/tests/css/css-text/writing-system/writing-system-text-transform-001.html new file mode 100644 index 0000000000..209d56c951 --- /dev/null +++ b/testing/web-platform/tests/css/css-text/writing-system/writing-system-text-transform-001.html @@ -0,0 +1,19 @@ + + + +CSS test: text-transform and writing systems + + + + + + + +

Test passes if the two words below are identical: there must be a dot on the “i” letter at the beginning of the word. +

IСТАНБУЛ
+
iстанбул
-- cgit v1.2.3