diff --git a/testing/web-platform/tests/core-aam/aria-describedby-manual.html b/testing/web-platform/tests/core-aam/aria-describedby-manual.html index 4cffe6fcb0573..696c30a6b4663 100644 --- a/testing/web-platform/tests/core-aam/aria-describedby-manual.html +++ b/testing/web-platform/tests/core-aam/aria-describedby-manual.html @@ -32,10 +32,10 @@ ], "AXAPI" : [ [ - "property", - "AXHelp", + "api", + "accessibilityCustomContent", "is", - "hello world" + "['label': 'hello world']" ] ], "IAccessible2" : [ diff --git a/testing/web-platform/tests/core-aam/aria-description-manual.html b/testing/web-platform/tests/core-aam/aria-description-manual.html new file mode 100644 index 0000000000000..75746781ead55 --- /dev/null +++ b/testing/web-platform/tests/core-aam/aria-description-manual.html @@ -0,0 +1,70 @@ + + +
+This test examines the ARIA properties for aria-description.
+