summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/css/css-display/accessibility
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 00:47:55 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 00:47:55 +0000
commit26a029d407be480d791972afb5975cf62c9360a6 (patch)
treef435a8308119effd964b339f76abb83a57c29483 /testing/web-platform/meta/css/css-display/accessibility
parentInitial commit. (diff)
downloadfirefox-26a029d407be480d791972afb5975cf62c9360a6.tar.xz
firefox-26a029d407be480d791972afb5975cf62c9360a6.zip
Adding upstream version 124.0.1.upstream/124.0.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/meta/css/css-display/accessibility')
-rw-r--r--testing/web-platform/meta/css/css-display/accessibility/display-contents-role-and-label.html.ini43
1 files changed, 43 insertions, 0 deletions
diff --git a/testing/web-platform/meta/css/css-display/accessibility/display-contents-role-and-label.html.ini b/testing/web-platform/meta/css/css-display/accessibility/display-contents-role-and-label.html.ini
new file mode 100644
index 0000000000..864198eaad
--- /dev/null
+++ b/testing/web-platform/meta/css/css-display/accessibility/display-contents-role-and-label.html.ini
@@ -0,0 +1,43 @@
+[display-contents-role-and-label.html]
+ max-asserts: 5
+ [div with role grid with display: contents has grid role]
+ expected: FAIL
+
+ [Label: g element with display: contents, as child of svg, is labelled via title element]
+ expected: FAIL
+
+ [Label: td as child of tr with display: contents, within table with display: flex, has cell role]
+ expected: FAIL
+
+ [Label: td as child of tr with display: contents, within table with role=table with display: flex, has cell role]
+ expected: FAIL
+
+ [Label: listitem within ul with display: contents, as child of div with display: grid, has listitem role]
+ expected: FAIL
+
+ [Label: nav with display: contents and aria-label has navigation role]
+ expected: FAIL
+
+ [Label: aside with display: contents and aria-label has complementary role]
+ expected: FAIL
+
+ [Label: div with role navigation, aria-label and display: contents has navigation role]
+ expected: FAIL
+
+ [Label: div with role complementary, aria-label and display: contents has complementary role]
+ expected: FAIL
+
+ [Label: div with role search and display: contents has search role]
+ expected: FAIL
+
+ [Label: li, as child of ul with role list and display: contents, has listitem role]
+ expected: FAIL
+
+ [Label: li, as child of ol with role list and display: contents, has listitem role]
+ expected: FAIL
+
+ [Label: td within tr in table with role table, all with display: contents, has cell role]
+ expected: FAIL
+
+ [Role: g element with display: contents, as child of svg, is labelled via title element]
+ expected: FAIL