From d8bbc7858622b6d9c278469aab701ca0b609cddf Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 15 May 2024 05:35:49 +0200 Subject: Merging upstream version 126.0. Signed-off-by: Daniel Baumann --- .../text/text-align-justify-with-overflow-ref.html | 26 +++++++++++++++++++ .../text/text-align-justify-with-overflow.html | 29 ++++++++++++++++++++++ .../css/CSS2/text/text-indent-wrap-002-ref.html | 23 +++++++++++++++++ .../tests/css/CSS2/text/text-indent-wrap-002.html | 22 ++++++++++++++++ 4 files changed, 100 insertions(+) create mode 100644 testing/web-platform/tests/css/CSS2/text/text-align-justify-with-overflow-ref.html create mode 100644 testing/web-platform/tests/css/CSS2/text/text-align-justify-with-overflow.html create mode 100644 testing/web-platform/tests/css/CSS2/text/text-indent-wrap-002-ref.html create mode 100644 testing/web-platform/tests/css/CSS2/text/text-indent-wrap-002.html (limited to 'testing/web-platform/tests/css/CSS2/text') diff --git a/testing/web-platform/tests/css/CSS2/text/text-align-justify-with-overflow-ref.html b/testing/web-platform/tests/css/CSS2/text/text-align-justify-with-overflow-ref.html new file mode 100644 index 0000000000..be2ac9dae1 --- /dev/null +++ b/testing/web-platform/tests/css/CSS2/text/text-align-justify-with-overflow-ref.html @@ -0,0 +1,26 @@ + + + + + CSS Test: Overflowing content with text-align: justify + + + + + + + + + + +
lorem ipsum lastline
+
lorem ipsum lastline
+ + diff --git a/testing/web-platform/tests/css/CSS2/text/text-align-justify-with-overflow.html b/testing/web-platform/tests/css/CSS2/text/text-align-justify-with-overflow.html new file mode 100644 index 0000000000..927e9afd5a --- /dev/null +++ b/testing/web-platform/tests/css/CSS2/text/text-align-justify-with-overflow.html @@ -0,0 +1,29 @@ + + + + + CSS Test: Overflowing content with text-align: justify + + + + + + + + + + + +
lorem ipsum lastline
+
lorem ipsum lastline
+ + + diff --git a/testing/web-platform/tests/css/CSS2/text/text-indent-wrap-002-ref.html b/testing/web-platform/tests/css/CSS2/text/text-indent-wrap-002-ref.html new file mode 100644 index 0000000000..9750ce4c89 --- /dev/null +++ b/testing/web-platform/tests/css/CSS2/text/text-indent-wrap-002-ref.html @@ -0,0 +1,23 @@ + + + + + CSS Test: text-indent test (multiple-lines and text-align: justify) + + + + + + + +

This is a long piece of text that will wrap to multiple lines. This is a long piece of text that will wrap to multiple lines. This is a long piece of text that will wrap to multiple lines. This is a long piece of text that will wrap to multiple lines. This is a long piece of text that will wrap to multiple lines. This is a long piece of text that will wrap to multiple lines. This is a long piece of text that will wrap to multiple lines. This is a long piece of text that will wrap to multiple lines. This is a long piece of text that will wrap to multiple lines. This is a long piece of text that will wrap to multiple lines. This is a long piece of text that will wrap to multiple lines. This is a long piece of text that will wrap to multiple lines.

+ + diff --git a/testing/web-platform/tests/css/CSS2/text/text-indent-wrap-002.html b/testing/web-platform/tests/css/CSS2/text/text-indent-wrap-002.html new file mode 100644 index 0000000000..128cba3f12 --- /dev/null +++ b/testing/web-platform/tests/css/CSS2/text/text-indent-wrap-002.html @@ -0,0 +1,22 @@ + + + + + CSS Test: text-indent test (multiple-lines and text-align: justify) + + + + + + + + +

This is a long piece of text that will wrap to multiple lines. This is a long piece of text that will wrap to multiple lines. This is a long piece of text that will wrap to multiple lines. This is a long piece of text that will wrap to multiple lines. This is a long piece of text that will wrap to multiple lines. This is a long piece of text that will wrap to multiple lines. This is a long piece of text that will wrap to multiple lines. This is a long piece of text that will wrap to multiple lines. This is a long piece of text that will wrap to multiple lines. This is a long piece of text that will wrap to multiple lines. This is a long piece of text that will wrap to multiple lines. This is a long piece of text that will wrap to multiple lines.

+ + -- cgit v1.2.3