From fbaf0bb26397aa498eb9156f06d5a6fe34dd7dd8 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 03:14:29 +0200 Subject: Merging upstream version 125.0.1. Signed-off-by: Daniel Baumann --- .../css/CSS2/syntax/character-encoding-031.xht | 1 + .../css/CSS2/syntax/character-encoding-032.xht | 1 + .../css/CSS2/syntax/character-encoding-033.xht | 1 + .../css/CSS2/syntax/character-encoding-034.xht | 1 + .../css/CSS2/syntax/character-encoding-035.xht | 1 + .../css/CSS2/syntax/character-encoding-036.xht | 1 + .../css/CSS2/syntax/character-encoding-037.xht | 1 + .../tests/css/CSS2/syntax/colors-007.html | 191 +++++++++++++++++++++ 8 files changed, 198 insertions(+) create mode 100644 testing/web-platform/tests/css/CSS2/syntax/colors-007.html (limited to 'testing/web-platform/tests/css/CSS2/syntax') diff --git a/testing/web-platform/tests/css/CSS2/syntax/character-encoding-031.xht b/testing/web-platform/tests/css/CSS2/syntax/character-encoding-031.xht index 3e8bac6a3f..a5f5388b20 100644 --- a/testing/web-platform/tests/css/CSS2/syntax/character-encoding-031.xht +++ b/testing/web-platform/tests/css/CSS2/syntax/character-encoding-031.xht @@ -11,6 +11,7 @@ p { background: red; color: yellow; } +

This line should be green.

diff --git a/testing/web-platform/tests/css/CSS2/syntax/character-encoding-032.xht b/testing/web-platform/tests/css/CSS2/syntax/character-encoding-032.xht index 04c6cf4d1f..96a6023de7 100644 --- a/testing/web-platform/tests/css/CSS2/syntax/character-encoding-032.xht +++ b/testing/web-platform/tests/css/CSS2/syntax/character-encoding-032.xht @@ -11,6 +11,7 @@ p { background: red; color: yellow; } +

This line should be green.

diff --git a/testing/web-platform/tests/css/CSS2/syntax/character-encoding-033.xht b/testing/web-platform/tests/css/CSS2/syntax/character-encoding-033.xht index 8042c899f3..b3a3f417bc 100644 --- a/testing/web-platform/tests/css/CSS2/syntax/character-encoding-033.xht +++ b/testing/web-platform/tests/css/CSS2/syntax/character-encoding-033.xht @@ -11,6 +11,7 @@ p { background: red; color: yellow; } +

This line should be green.

diff --git a/testing/web-platform/tests/css/CSS2/syntax/character-encoding-034.xht b/testing/web-platform/tests/css/CSS2/syntax/character-encoding-034.xht index ab6ded6bd3..11cf7b5565 100644 --- a/testing/web-platform/tests/css/CSS2/syntax/character-encoding-034.xht +++ b/testing/web-platform/tests/css/CSS2/syntax/character-encoding-034.xht @@ -11,6 +11,7 @@ p { background: red; color: yellow; } +

This line should be green.

diff --git a/testing/web-platform/tests/css/CSS2/syntax/character-encoding-035.xht b/testing/web-platform/tests/css/CSS2/syntax/character-encoding-035.xht index 12896b0f75..4ef48e66b9 100644 --- a/testing/web-platform/tests/css/CSS2/syntax/character-encoding-035.xht +++ b/testing/web-platform/tests/css/CSS2/syntax/character-encoding-035.xht @@ -11,6 +11,7 @@ p { background: red; color: yellow; } +

This line should be green.

diff --git a/testing/web-platform/tests/css/CSS2/syntax/character-encoding-036.xht b/testing/web-platform/tests/css/CSS2/syntax/character-encoding-036.xht index 2a9ab495c2..f6aa7bffdf 100644 --- a/testing/web-platform/tests/css/CSS2/syntax/character-encoding-036.xht +++ b/testing/web-platform/tests/css/CSS2/syntax/character-encoding-036.xht @@ -11,6 +11,7 @@ p { background: red; color: yellow; } +

This line should be green.

diff --git a/testing/web-platform/tests/css/CSS2/syntax/character-encoding-037.xht b/testing/web-platform/tests/css/CSS2/syntax/character-encoding-037.xht index 02c28caf1f..bb8b76c4a1 100644 --- a/testing/web-platform/tests/css/CSS2/syntax/character-encoding-037.xht +++ b/testing/web-platform/tests/css/CSS2/syntax/character-encoding-037.xht @@ -11,6 +11,7 @@ p { background: red; color: yellow; } +

This line should be green.

diff --git a/testing/web-platform/tests/css/CSS2/syntax/colors-007.html b/testing/web-platform/tests/css/CSS2/syntax/colors-007.html new file mode 100644 index 0000000000..37c36e59b6 --- /dev/null +++ b/testing/web-platform/tests/css/CSS2/syntax/colors-007.html @@ -0,0 +1,191 @@ + + + + +CSS2 Test: Colors + + + + + + +
+ + + -- cgit v1.2.3