diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 00:47:55 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 00:47:55 +0000 |
commit | 26a029d407be480d791972afb5975cf62c9360a6 (patch) | |
tree | f435a8308119effd964b339f76abb83a57c29483 /testing/web-platform/meta/html-aam | |
parent | Initial commit. (diff) | |
download | firefox-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/html-aam')
7 files changed, 50 insertions, 0 deletions
diff --git a/testing/web-platform/meta/html-aam/fragile/area-role.html.ini b/testing/web-platform/meta/html-aam/fragile/area-role.html.ini new file mode 100644 index 0000000000..8f658517d7 --- /dev/null +++ b/testing/web-platform/meta/html-aam/fragile/area-role.html.ini @@ -0,0 +1,3 @@ +[area-role.html] + [el-area] + expected: FAIL diff --git a/testing/web-platform/meta/html-aam/names.html.ini b/testing/web-platform/meta/html-aam/names.html.ini new file mode 100644 index 0000000000..ffd6712e31 --- /dev/null +++ b/testing/web-platform/meta/html-aam/names.html.ini @@ -0,0 +1 @@ +[names.html] diff --git a/testing/web-platform/meta/html-aam/roles-contextual.html.ini b/testing/web-platform/meta/html-aam/roles-contextual.html.ini new file mode 100644 index 0000000000..21248142dc --- /dev/null +++ b/testing/web-platform/meta/html-aam/roles-contextual.html.ini @@ -0,0 +1,15 @@ +[roles-contextual.html] + [el-aside-in-article-in-main] + expected: FAIL + + [el-aside-in-article] + expected: FAIL + + [el-aside-in-aside] + expected: FAIL + + [el-aside-in-nav] + expected: FAIL + + [el-aside-in-section] + expected: FAIL diff --git a/testing/web-platform/meta/html-aam/roles-dynamic-switch.tentative.window.js.ini b/testing/web-platform/meta/html-aam/roles-dynamic-switch.tentative.window.js.ini new file mode 100644 index 0000000000..4527564b63 --- /dev/null +++ b/testing/web-platform/meta/html-aam/roles-dynamic-switch.tentative.window.js.ini @@ -0,0 +1,18 @@ +[roles-dynamic-switch.tentative.window.html] + [Disconnected <input type=checkbox switch>] + expected: FAIL + + [Connected <input type=checkbox switch>] + expected: FAIL + + [Connected <input type=checkbox switch>: adding switch attribute] + expected: FAIL + + [Connected <input type=checkbox switch>: removing switch attribute] + expected: FAIL + + [Connected <input type=checkbox switch>: removing type attribute] + expected: FAIL + + [Connected <input type=checkbox switch>: adding type attribute] + expected: FAIL diff --git a/testing/web-platform/meta/html-aam/roles.html.ini b/testing/web-platform/meta/html-aam/roles.html.ini new file mode 100644 index 0000000000..f034ca2a26 --- /dev/null +++ b/testing/web-platform/meta/html-aam/roles.html.ini @@ -0,0 +1 @@ +[roles.html] diff --git a/testing/web-platform/meta/html-aam/roles.tentative.html.ini b/testing/web-platform/meta/html-aam/roles.tentative.html.ini new file mode 100644 index 0000000000..a477765b15 --- /dev/null +++ b/testing/web-platform/meta/html-aam/roles.tentative.html.ini @@ -0,0 +1,3 @@ +[roles.tentative.html] + [el-input-checkbox-switch] + expected: FAIL diff --git a/testing/web-platform/meta/html-aam/table-roles.html.ini b/testing/web-platform/meta/html-aam/table-roles.html.ini new file mode 100644 index 0000000000..c6f069e020 --- /dev/null +++ b/testing/web-platform/meta/html-aam/table-roles.html.ini @@ -0,0 +1,9 @@ +[table-roles.html] + [el-tfoot] + expected: FAIL + + [el-thead] + expected: FAIL + + [el-tbody] + expected: FAIL |