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 --- testing/web-platform/tests/accname/name/comp_label.html | 6 ++++++ .../tests/accname/name/comp_name_from_content.html | 10 ++++++++++ 2 files changed, 16 insertions(+) (limited to 'testing/web-platform/tests/accname') diff --git a/testing/web-platform/tests/accname/name/comp_label.html b/testing/web-platform/tests/accname/name/comp_label.html index 8b569ba6ff..3eda2a5367 100644 --- a/testing/web-platform/tests/accname/name/comp_label.html +++ b/testing/web-platform/tests/accname/name/comp_label.html @@ -186,6 +186,12 @@ x x + + + + x label diff --git a/testing/web-platform/tests/accname/name/comp_name_from_content.html b/testing/web-platform/tests/accname/name/comp_name_from_content.html index deae6699c6..3504658ea4 100644 --- a/testing/web-platform/tests/accname/name/comp_name_from_content.html +++ b/testing/web-platform/tests/accname/name/comp_name_from_content.html @@ -49,6 +49,12 @@ content: " after "; /* [sic] leading and trailing space */ content: " after " / " alt-after "; /* Override the previous line for engines that support the Alternative Text syntax. */ } + .fallback-before-empty::before { + content: "before" / ""; + } + .fallback-before-image-empty::before { + content: "before " url(/images/blue.png) / ""; + } .fallback-before-mixed::before { content: " before "; /* [sic] leading and trailing space */ content: " before " / " start " attr(data-alt-text-before) " end "; /* Override the previous line for engines that support the Alternative Text syntax. */ @@ -145,6 +151,10 @@ label

+

Empty alternative text for CSS content in pseudo-elements when applied to primitive appearance form controls

+

+

+

simple w/ for each child


one two three

-- cgit v1.2.3