diff --git a/core-aam/acacia/blockquote.html b/core-aam/acacia/property-bag/blockquote.html similarity index 100% rename from core-aam/acacia/blockquote.html rename to core-aam/acacia/property-bag/blockquote.html diff --git a/core-aam/acacia/button.html b/core-aam/acacia/property-bag/button.html similarity index 93% rename from core-aam/acacia/button.html rename to core-aam/acacia/property-bag/button.html index 5dc231526f14c8..a1e42a5f12c9b3 100644 --- a/core-aam/acacia/button.html +++ b/core-aam/acacia/property-bag/button.html @@ -15,7 +15,7 @@ const node = await test_driver.get_accessibility_api_node('test'); if (node.API == 'atspi') { - assert_equals(node.role, 'push button', 'Atspi role'); + assert_equals(node.role, 'button', 'Atspi role'); } else if (node.API == 'axapi') { assert_equals(node.role, 'AXButton', 'AX API role'); diff --git a/core-aam/acacia/test-statements/aria-autocomplete.html b/core-aam/acacia/test-statements/aria-autocomplete.html new file mode 100644 index 00000000000000..db8bd74acb0ace --- /dev/null +++ b/core-aam/acacia/test-statements/aria-autocomplete.html @@ -0,0 +1,128 @@ + + + + + aria-braillelabel + + + + + + + + + + + + + + + + + diff --git a/core-aam/acacia/test-statements/aria-braillelabel.html b/core-aam/acacia/test-statements/aria-braillelabel.html new file mode 100644 index 00000000000000..38662b73f4dc71 --- /dev/null +++ b/core-aam/acacia/test-statements/aria-braillelabel.html @@ -0,0 +1,59 @@ + + + + + aria-braillelabel + + + + + + + + + +