From 0ebf5bdf043a27fd3dfb7f92e0cb63d88954c44d Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 03:47:29 +0200 Subject: Adding upstream version 115.8.0esr. Signed-off-by: Daniel Baumann --- .../boundary-shaping/boundary-shaping-001.html | 28 ++++++++++ .../boundary-shaping/boundary-shaping-002.html | 24 +++++++++ .../boundary-shaping/boundary-shaping-003.html | 24 +++++++++ .../boundary-shaping/boundary-shaping-004.html | 24 +++++++++ .../boundary-shaping/boundary-shaping-005.html | 24 +++++++++ .../boundary-shaping/boundary-shaping-006.html | 24 +++++++++ .../boundary-shaping/boundary-shaping-007.html | 27 ++++++++++ .../boundary-shaping/boundary-shaping-008.html | 24 +++++++++ .../boundary-shaping/boundary-shaping-009.html | 57 +++++++++++++++++++++ .../boundary-shaping/boundary-shaping-010.html | 21 ++++++++ .../reference/boundary-shaping-001.ref.html | 18 +++++++ .../reference/boundary-shaping-002.ref.html | 21 ++++++++ .../reference/boundary-shaping-003.ref.html | 22 ++++++++ .../reference/boundary-shaping-004.ref.html | 22 ++++++++ .../reference/boundary-shaping-005.ref.html | 22 ++++++++ .../reference/boundary-shaping-006.ref.html | 22 ++++++++ .../reference/boundary-shaping-007.ref.html | 23 +++++++++ .../reference/boundary-shaping-008.ref.html | 21 ++++++++ .../reference/boundary-shaping-009.ref.html | 56 ++++++++++++++++++++ .../reference/boundary-shaping-010.ref.html | 18 +++++++ .../resources/LinLibertine_Re-4.7.5.woff | Bin 0 -> 261428 bytes 21 files changed, 522 insertions(+) create mode 100644 testing/web-platform/tests/css/css-text/boundary-shaping/boundary-shaping-001.html create mode 100644 testing/web-platform/tests/css/css-text/boundary-shaping/boundary-shaping-002.html create mode 100644 testing/web-platform/tests/css/css-text/boundary-shaping/boundary-shaping-003.html create mode 100644 testing/web-platform/tests/css/css-text/boundary-shaping/boundary-shaping-004.html create mode 100644 testing/web-platform/tests/css/css-text/boundary-shaping/boundary-shaping-005.html create mode 100644 testing/web-platform/tests/css/css-text/boundary-shaping/boundary-shaping-006.html create mode 100644 testing/web-platform/tests/css/css-text/boundary-shaping/boundary-shaping-007.html create mode 100644 testing/web-platform/tests/css/css-text/boundary-shaping/boundary-shaping-008.html create mode 100644 testing/web-platform/tests/css/css-text/boundary-shaping/boundary-shaping-009.html create mode 100644 testing/web-platform/tests/css/css-text/boundary-shaping/boundary-shaping-010.html create mode 100644 testing/web-platform/tests/css/css-text/boundary-shaping/reference/boundary-shaping-001.ref.html create mode 100644 testing/web-platform/tests/css/css-text/boundary-shaping/reference/boundary-shaping-002.ref.html create mode 100644 testing/web-platform/tests/css/css-text/boundary-shaping/reference/boundary-shaping-003.ref.html create mode 100644 testing/web-platform/tests/css/css-text/boundary-shaping/reference/boundary-shaping-004.ref.html create mode 100644 testing/web-platform/tests/css/css-text/boundary-shaping/reference/boundary-shaping-005.ref.html create mode 100644 testing/web-platform/tests/css/css-text/boundary-shaping/reference/boundary-shaping-006.ref.html create mode 100644 testing/web-platform/tests/css/css-text/boundary-shaping/reference/boundary-shaping-007.ref.html create mode 100644 testing/web-platform/tests/css/css-text/boundary-shaping/reference/boundary-shaping-008.ref.html create mode 100644 testing/web-platform/tests/css/css-text/boundary-shaping/reference/boundary-shaping-009.ref.html create mode 100644 testing/web-platform/tests/css/css-text/boundary-shaping/reference/boundary-shaping-010.ref.html create mode 100644 testing/web-platform/tests/css/css-text/boundary-shaping/resources/LinLibertine_Re-4.7.5.woff (limited to 'testing/web-platform/tests/css/css-text/boundary-shaping') diff --git a/testing/web-platform/tests/css/css-text/boundary-shaping/boundary-shaping-001.html b/testing/web-platform/tests/css/css-text/boundary-shaping/boundary-shaping-001.html new file mode 100644 index 0000000000..d6c8fa2b23 --- /dev/null +++ b/testing/web-platform/tests/css/css-text/boundary-shaping/boundary-shaping-001.html @@ -0,0 +1,28 @@ + + + + +Text shaping must not be broken across inline box boundaries when there is no change in formatting + + + + + +office + + diff --git a/testing/web-platform/tests/css/css-text/boundary-shaping/boundary-shaping-002.html b/testing/web-platform/tests/css/css-text/boundary-shaping/boundary-shaping-002.html new file mode 100644 index 0000000000..c41f6497ce --- /dev/null +++ b/testing/web-platform/tests/css/css-text/boundary-shaping/boundary-shaping-002.html @@ -0,0 +1,24 @@ + + + + +Text shaping must be broken across inline box boundaries when 'vertical-align' is not 'baseline' + + + + + +office + + diff --git a/testing/web-platform/tests/css/css-text/boundary-shaping/boundary-shaping-003.html b/testing/web-platform/tests/css/css-text/boundary-shaping/boundary-shaping-003.html new file mode 100644 index 0000000000..e5f870e5b3 --- /dev/null +++ b/testing/web-platform/tests/css/css-text/boundary-shaping/boundary-shaping-003.html @@ -0,0 +1,24 @@ + + + + +Text shaping must be broken across inline box boundaries when padding is non-zero + + + + + +office + + diff --git a/testing/web-platform/tests/css/css-text/boundary-shaping/boundary-shaping-004.html b/testing/web-platform/tests/css/css-text/boundary-shaping/boundary-shaping-004.html new file mode 100644 index 0000000000..8f3dd06714 --- /dev/null +++ b/testing/web-platform/tests/css/css-text/boundary-shaping/boundary-shaping-004.html @@ -0,0 +1,24 @@ + + + + +Text shaping must be broken across inline box boundaries when margin is non-zero + + + + + +office + + diff --git a/testing/web-platform/tests/css/css-text/boundary-shaping/boundary-shaping-005.html b/testing/web-platform/tests/css/css-text/boundary-shaping/boundary-shaping-005.html new file mode 100644 index 0000000000..e5f3aa0de4 --- /dev/null +++ b/testing/web-platform/tests/css/css-text/boundary-shaping/boundary-shaping-005.html @@ -0,0 +1,24 @@ + + + + +Text shaping must be broken across inline box boundaries when border is non-zero + + + + + +office + + diff --git a/testing/web-platform/tests/css/css-text/boundary-shaping/boundary-shaping-006.html b/testing/web-platform/tests/css/css-text/boundary-shaping/boundary-shaping-006.html new file mode 100644 index 0000000000..d3045fa94d --- /dev/null +++ b/testing/web-platform/tests/css/css-text/boundary-shaping/boundary-shaping-006.html @@ -0,0 +1,24 @@ + + + + +Text shaping must be broken across inline box boundaries when 'vertical-align' is not 'baseline' + + + + + +office + + diff --git a/testing/web-platform/tests/css/css-text/boundary-shaping/boundary-shaping-007.html b/testing/web-platform/tests/css/css-text/boundary-shaping/boundary-shaping-007.html new file mode 100644 index 0000000000..d1360c2fe2 --- /dev/null +++ b/testing/web-platform/tests/css/css-text/boundary-shaping/boundary-shaping-007.html @@ -0,0 +1,27 @@ + + + + +Text shaping must be broken across inline box boundaries when padding or margin is non-zero + + + + + +office + + diff --git a/testing/web-platform/tests/css/css-text/boundary-shaping/boundary-shaping-008.html b/testing/web-platform/tests/css/css-text/boundary-shaping/boundary-shaping-008.html new file mode 100644 index 0000000000..cbb78328bf --- /dev/null +++ b/testing/web-platform/tests/css/css-text/boundary-shaping/boundary-shaping-008.html @@ -0,0 +1,24 @@ + + + + +Text shaping must be broken across inline box boundaries at a bidi isolation boundary + + + + + +office + + diff --git a/testing/web-platform/tests/css/css-text/boundary-shaping/boundary-shaping-009.html b/testing/web-platform/tests/css/css-text/boundary-shaping/boundary-shaping-009.html new file mode 100644 index 0000000000..f004273dd3 --- /dev/null +++ b/testing/web-platform/tests/css/css-text/boundary-shaping/boundary-shaping-009.html @@ -0,0 +1,57 @@ + + + + +Text shaping must be broken across inline box boundaries when padding or margin is non-zero + + + + + +
+السلامعليكم +
+
+السلامعليكم +
+
+السلامعليكم +
+
+السلامعليكم +
+
+السلامعليكم +
+
+السلامعليكم +
+
+السلامعليكم +
+
+السلامعليكم +
+ + diff --git a/testing/web-platform/tests/css/css-text/boundary-shaping/boundary-shaping-010.html b/testing/web-platform/tests/css/css-text/boundary-shaping/boundary-shaping-010.html new file mode 100644 index 0000000000..514a9aa944 --- /dev/null +++ b/testing/web-platform/tests/css/css-text/boundary-shaping/boundary-shaping-010.html @@ -0,0 +1,21 @@ + + + + +Text shaping must not be broken across inline box boundaries when there is no change in formatting + + + + + +
+السلام + + diff --git a/testing/web-platform/tests/css/css-text/boundary-shaping/reference/boundary-shaping-001.ref.html b/testing/web-platform/tests/css/css-text/boundary-shaping/reference/boundary-shaping-001.ref.html new file mode 100644 index 0000000000..23ae8824a8 --- /dev/null +++ b/testing/web-platform/tests/css/css-text/boundary-shaping/reference/boundary-shaping-001.ref.html @@ -0,0 +1,18 @@ + + + + + + + +office + + diff --git a/testing/web-platform/tests/css/css-text/boundary-shaping/reference/boundary-shaping-002.ref.html b/testing/web-platform/tests/css/css-text/boundary-shaping/reference/boundary-shaping-002.ref.html new file mode 100644 index 0000000000..0541daef6c --- /dev/null +++ b/testing/web-platform/tests/css/css-text/boundary-shaping/reference/boundary-shaping-002.ref.html @@ -0,0 +1,21 @@ + + + + + + + +office + + diff --git a/testing/web-platform/tests/css/css-text/boundary-shaping/reference/boundary-shaping-003.ref.html b/testing/web-platform/tests/css/css-text/boundary-shaping/reference/boundary-shaping-003.ref.html new file mode 100644 index 0000000000..b122551cb7 --- /dev/null +++ b/testing/web-platform/tests/css/css-text/boundary-shaping/reference/boundary-shaping-003.ref.html @@ -0,0 +1,22 @@ + + + + + + + +of fice + + diff --git a/testing/web-platform/tests/css/css-text/boundary-shaping/reference/boundary-shaping-004.ref.html b/testing/web-platform/tests/css/css-text/boundary-shaping/reference/boundary-shaping-004.ref.html new file mode 100644 index 0000000000..b0da33d954 --- /dev/null +++ b/testing/web-platform/tests/css/css-text/boundary-shaping/reference/boundary-shaping-004.ref.html @@ -0,0 +1,22 @@ + + + + + + + +off ice + + diff --git a/testing/web-platform/tests/css/css-text/boundary-shaping/reference/boundary-shaping-005.ref.html b/testing/web-platform/tests/css/css-text/boundary-shaping/reference/boundary-shaping-005.ref.html new file mode 100644 index 0000000000..b0da33d954 --- /dev/null +++ b/testing/web-platform/tests/css/css-text/boundary-shaping/reference/boundary-shaping-005.ref.html @@ -0,0 +1,22 @@ + + + + + + + +off ice + + diff --git a/testing/web-platform/tests/css/css-text/boundary-shaping/reference/boundary-shaping-006.ref.html b/testing/web-platform/tests/css/css-text/boundary-shaping/reference/boundary-shaping-006.ref.html new file mode 100644 index 0000000000..6b647bab31 --- /dev/null +++ b/testing/web-platform/tests/css/css-text/boundary-shaping/reference/boundary-shaping-006.ref.html @@ -0,0 +1,22 @@ + + + + + + + +office + + diff --git a/testing/web-platform/tests/css/css-text/boundary-shaping/reference/boundary-shaping-007.ref.html b/testing/web-platform/tests/css/css-text/boundary-shaping/reference/boundary-shaping-007.ref.html new file mode 100644 index 0000000000..6473384994 --- /dev/null +++ b/testing/web-platform/tests/css/css-text/boundary-shaping/reference/boundary-shaping-007.ref.html @@ -0,0 +1,23 @@ + + + + + + + +office + + diff --git a/testing/web-platform/tests/css/css-text/boundary-shaping/reference/boundary-shaping-008.ref.html b/testing/web-platform/tests/css/css-text/boundary-shaping/reference/boundary-shaping-008.ref.html new file mode 100644 index 0000000000..0541daef6c --- /dev/null +++ b/testing/web-platform/tests/css/css-text/boundary-shaping/reference/boundary-shaping-008.ref.html @@ -0,0 +1,21 @@ + + + + + + + +office + + diff --git a/testing/web-platform/tests/css/css-text/boundary-shaping/reference/boundary-shaping-009.ref.html b/testing/web-platform/tests/css/css-text/boundary-shaping/reference/boundary-shaping-009.ref.html new file mode 100644 index 0000000000..7a0fe835c1 --- /dev/null +++ b/testing/web-platform/tests/css/css-text/boundary-shaping/reference/boundary-shaping-009.ref.html @@ -0,0 +1,56 @@ + + + + + + + +
+السلام عليكم +
+
+السلام عليكم +
+
+السلام عليكم +
+
+السلام عليكم +
+
+السلامعليكم +
+
+السلامعليكم +
+
+السلامعليكم +
+
+السلامعليكم +
+ + diff --git a/testing/web-platform/tests/css/css-text/boundary-shaping/reference/boundary-shaping-010.ref.html b/testing/web-platform/tests/css/css-text/boundary-shaping/reference/boundary-shaping-010.ref.html new file mode 100644 index 0000000000..8a043267a0 --- /dev/null +++ b/testing/web-platform/tests/css/css-text/boundary-shaping/reference/boundary-shaping-010.ref.html @@ -0,0 +1,18 @@ + + + + + + + +
+السلام + + diff --git a/testing/web-platform/tests/css/css-text/boundary-shaping/resources/LinLibertine_Re-4.7.5.woff b/testing/web-platform/tests/css/css-text/boundary-shaping/resources/LinLibertine_Re-4.7.5.woff new file mode 100644 index 0000000000..c953a546f0 Binary files /dev/null and b/testing/web-platform/tests/css/css-text/boundary-shaping/resources/LinLibertine_Re-4.7.5.woff differ -- cgit v1.2.3