diff options
Diffstat (limited to 'testing/web-platform/meta/accname')
4 files changed, 3 insertions, 60 deletions
diff --git a/testing/web-platform/meta/accname/name/comp_embedded_control.html.ini b/testing/web-platform/meta/accname/name/comp_embedded_control.html.ini deleted file mode 100644 index 62bb508deb..0000000000 --- a/testing/web-platform/meta/accname/name/comp_embedded_control.html.ini +++ /dev/null @@ -1,39 +0,0 @@ -[comp_embedded_control.html] - [checkbox label with embedded textfield] - expected: FAIL - - [checkbox label with embedded select:not([size\])] - expected: FAIL - - [checkbox label with embedded select[size\]] - expected: FAIL - - [checkbox label with embedded combobox (input[type=text\])] - expected: FAIL - - [checkbox label with embedded combobox (span)] - expected: FAIL - - [checkbox label with embedded combobox (div)] - expected: FAIL - - [checkbox label with embedded listbox>option[aria-selected=true\]] - expected: FAIL - - [checkbox label with embedded input[type=range\]] - expected: FAIL - - [checkbox label with embedded input[type=number\]] - expected: FAIL - - [checkbox label with embedded ARIA slider (aria-valuenow)] - expected: FAIL - - [checkbox label with embedded ARIA slider (aria-valuetext)] - expected: FAIL - - [checkbox label with embedded ARIA spinbutton (aria-valuenow)] - expected: FAIL - - [checkbox label with embedded ARIA spinbutton (aria-valuetext)] - expected: FAIL diff --git a/testing/web-platform/meta/accname/name/comp_label.html.ini b/testing/web-platform/meta/accname/name/comp_label.html.ini index b3010230e9..3ba2400fdd 100644 --- a/testing/web-platform/meta/accname/name/comp_label.html.ini +++ b/testing/web-platform/meta/accname/name/comp_label.html.ini @@ -16,3 +16,6 @@ [button's hidden referenced name (visibility:hidden) with hidden aria-labelledby traversal falls back to aria-label] expected: FAIL + + [Hidden button's label should be the empty string] + expected: FAIL diff --git a/testing/web-platform/meta/accname/name/comp_text_node.html.ini b/testing/web-platform/meta/accname/name/comp_text_node.html.ini deleted file mode 100644 index b92d76a496..0000000000 --- a/testing/web-platform/meta/accname/name/comp_text_node.html.ini +++ /dev/null @@ -1,15 +0,0 @@ -[comp_text_node.html] - [span[role=button\] with text node, with leading/trailing non-breaking space] - expected: FAIL - - [div[role=heading\] with text node, with leading/trailing non-breaking space] - expected: FAIL - - [button with text node, with leading/trailing non-breaking space] - expected: FAIL - - [heading with text node, with leading/trailing non-breaking space] - expected: FAIL - - [link with text node, with leading/trailing non-breaking space] - expected: FAIL diff --git a/testing/web-platform/meta/accname/name/shadowdom/slot.html.ini b/testing/web-platform/meta/accname/name/shadowdom/slot.html.ini deleted file mode 100644 index d5b621f332..0000000000 --- a/testing/web-platform/meta/accname/name/shadowdom/slot.html.ini +++ /dev/null @@ -1,6 +0,0 @@ -[slot.html] - [aria-labelledby reference to element with slotted text content and aria-label on slot] - expected: FAIL - - [aria-labelledby reference to element with default slotted text content and aria-label on slot] - expected: FAIL |