From 6bf0a5cb5034a7e684dcc3500e841785237ce2dd Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 19:32:43 +0200 Subject: Adding upstream version 1:115.7.0. Signed-off-by: Daniel Baumann --- testing/web-platform/tests/html-aam/META.yaml | 4 + .../tests/html-aam/fragile/area-role.html | 25 +++ .../tests/html-aam/fragile/optgroup-role.html | 30 +++ testing/web-platform/tests/html-aam/roles.html | 223 +++++++++++++++++++++ .../web-platform/tests/html-aam/table-roles.html | 49 +++++ 5 files changed, 331 insertions(+) create mode 100644 testing/web-platform/tests/html-aam/META.yaml create mode 100644 testing/web-platform/tests/html-aam/fragile/area-role.html create mode 100644 testing/web-platform/tests/html-aam/fragile/optgroup-role.html create mode 100644 testing/web-platform/tests/html-aam/roles.html create mode 100644 testing/web-platform/tests/html-aam/table-roles.html (limited to 'testing/web-platform/tests/html-aam') diff --git a/testing/web-platform/tests/html-aam/META.yaml b/testing/web-platform/tests/html-aam/META.yaml new file mode 100644 index 0000000000..572918600a --- /dev/null +++ b/testing/web-platform/tests/html-aam/META.yaml @@ -0,0 +1,4 @@ +spec: https://w3c.github.io/html-aam/ +suggested_reviewers: + - cookiecrook + - scottaohara \ No newline at end of file diff --git a/testing/web-platform/tests/html-aam/fragile/area-role.html b/testing/web-platform/tests/html-aam/fragile/area-role.html new file mode 100644 index 0000000000..9b6ded5686 --- /dev/null +++ b/testing/web-platform/tests/html-aam/fragile/area-role.html @@ -0,0 +1,25 @@ + + + + HTMLAreaElement Role Verification Tests + + + + + + + + + + + x + x + +x + + + + + \ No newline at end of file diff --git a/testing/web-platform/tests/html-aam/fragile/optgroup-role.html b/testing/web-platform/tests/html-aam/fragile/optgroup-role.html new file mode 100644 index 0000000000..f36a5d6983 --- /dev/null +++ b/testing/web-platform/tests/html-aam/fragile/optgroup-role.html @@ -0,0 +1,30 @@ + + + + HTMLOptGroupElement Role Verification Tests + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/testing/web-platform/tests/html-aam/roles.html b/testing/web-platform/tests/html-aam/roles.html new file mode 100644 index 0000000000..3609c26a23 --- /dev/null +++ b/testing/web-platform/tests/html-aam/roles.html @@ -0,0 +1,223 @@ + + + + HTML-AAM Role Verification Tests + + + + + + + + + + + +x +x + +
x
+ +
x
+ + + + + + + +x + +x +x +
x
+ + + + + + +x + + +x + + + +
+
x
+
x
+
+ +x +
xx
+x +
x
+ + + +
+
x
+
x
+
+ +x + +
x
+ +
x
x
+ + + +
x
+ +
+ + + +

x

+

x

+

x

+

x

+
x
+
x
+ + + + + +
x
+ +

x

+
+ +x + +x + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +x + + + + + +
  • x
  • + +
    1. x
    2. x
    + + +
    x
    + +x + +
  • x
  • + +x + + + +
    1. x
    2. x
    + + + + + + +x +

    x

    + + +
    x
    +x +x + + + +x +x + +x + + +
    x
    +
    x
    + + + + + + + +x + +x +x + +x + +x + + + + + + + + + + + + + +x + + + + + + + + + \ No newline at end of file diff --git a/testing/web-platform/tests/html-aam/table-roles.html b/testing/web-platform/tests/html-aam/table-roles.html new file mode 100644 index 0000000000..d7865f5fcc --- /dev/null +++ b/testing/web-platform/tests/html-aam/table-roles.html @@ -0,0 +1,49 @@ + + + + HTML-AAM Role Verification Tests + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    caption
    abc
    123
    456
    xyz
    + + + + + \ No newline at end of file -- cgit v1.2.3