From 086c044dc34dfc0f74fbe41f4ecb402b2cd34884 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 03:13:33 +0200 Subject: Merging upstream version 125.0.1. Signed-off-by: Daniel Baumann --- .../tests/css/CSS2/lists/counter-increment-auto-reset-001.xht | 1 + .../web-platform/tests/css/CSS2/lists/counter-increment-display-001.xht | 1 + .../tests/css/CSS2/lists/counter-increment-not-generated-001.xht | 1 + testing/web-platform/tests/css/CSS2/lists/counter-reset-display-001.xht | 1 + .../tests/css/CSS2/lists/counter-reset-not-generated-001.xht | 1 + 5 files changed, 5 insertions(+) (limited to 'testing/web-platform/tests/css/CSS2/lists') diff --git a/testing/web-platform/tests/css/CSS2/lists/counter-increment-auto-reset-001.xht b/testing/web-platform/tests/css/CSS2/lists/counter-increment-auto-reset-001.xht index e295160744..ed0203b1aa 100644 --- a/testing/web-platform/tests/css/CSS2/lists/counter-increment-auto-reset-001.xht +++ b/testing/web-platform/tests/css/CSS2/lists/counter-increment-auto-reset-001.xht @@ -15,6 +15,7 @@ content: counter(outofscope); } +

Test passes if there is the number '0' below.

diff --git a/testing/web-platform/tests/css/CSS2/lists/counter-increment-display-001.xht b/testing/web-platform/tests/css/CSS2/lists/counter-increment-display-001.xht index e4d8630fb3..5118b827a6 100644 --- a/testing/web-platform/tests/css/CSS2/lists/counter-increment-display-001.xht +++ b/testing/web-platform/tests/css/CSS2/lists/counter-increment-display-001.xht @@ -16,6 +16,7 @@ content: counter(hidden); } +

Test passes if there is the number '0' below.

diff --git a/testing/web-platform/tests/css/CSS2/lists/counter-increment-not-generated-001.xht b/testing/web-platform/tests/css/CSS2/lists/counter-increment-not-generated-001.xht index 641eafd719..1828797e3c 100644 --- a/testing/web-platform/tests/css/CSS2/lists/counter-increment-not-generated-001.xht +++ b/testing/web-platform/tests/css/CSS2/lists/counter-increment-not-generated-001.xht @@ -16,6 +16,7 @@ content: counter(notgenerated); } +

Test passes if there is the number '0' below.

diff --git a/testing/web-platform/tests/css/CSS2/lists/counter-reset-display-001.xht b/testing/web-platform/tests/css/CSS2/lists/counter-reset-display-001.xht index a6c1b389f1..f18f007d96 100644 --- a/testing/web-platform/tests/css/CSS2/lists/counter-reset-display-001.xht +++ b/testing/web-platform/tests/css/CSS2/lists/counter-reset-display-001.xht @@ -16,6 +16,7 @@ content: counter(hidden); } +

Test passes if there is the number '0' below.

diff --git a/testing/web-platform/tests/css/CSS2/lists/counter-reset-not-generated-001.xht b/testing/web-platform/tests/css/CSS2/lists/counter-reset-not-generated-001.xht index 1aa6e9a4c3..d745a77ec3 100644 --- a/testing/web-platform/tests/css/CSS2/lists/counter-reset-not-generated-001.xht +++ b/testing/web-platform/tests/css/CSS2/lists/counter-reset-not-generated-001.xht @@ -16,6 +16,7 @@ content: counter(notgenerated); } +

Test passes if there is the number '0' below.

-- cgit v1.2.3