From aa5207199f9cde9aca162ce69b19ebcc4601c3b1 Mon Sep 17 00:00:00 2001 From: sideshowbarker Date: Mon, 16 Dec 2024 19:28:36 +0900 Subject: [PATCH] Tests: Import remaining HTML-AAM tests (no code) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This change imports the remaining HTML-AAM tests from WPT that haven’t yet been imported in any previous PRs — giving us complete in-tree regression-testing coverage for all available WPT tests for the requirements in the HTML-AAM spec. --- .../wpt-import/html-aam/fragile/area-role.txt | 7 +++++ .../html-aam/fragile/optgroup-role.txt | 6 ++++ .../html-aam/fragile/area-role.html | 26 ++++++++++++++++ .../html-aam/fragile/optgroup-role.html | 30 +++++++++++++++++++ 4 files changed, 69 insertions(+) create mode 100644 Tests/LibWeb/Text/expected/wpt-import/html-aam/fragile/area-role.txt create mode 100644 Tests/LibWeb/Text/expected/wpt-import/html-aam/fragile/optgroup-role.txt create mode 100644 Tests/LibWeb/Text/input/wpt-import/html-aam/fragile/area-role.html create mode 100644 Tests/LibWeb/Text/input/wpt-import/html-aam/fragile/optgroup-role.html diff --git a/Tests/LibWeb/Text/expected/wpt-import/html-aam/fragile/area-role.txt b/Tests/LibWeb/Text/expected/wpt-import/html-aam/fragile/area-role.txt new file mode 100644 index 00000000000..98b72212646 --- /dev/null +++ b/Tests/LibWeb/Text/expected/wpt-import/html-aam/fragile/area-role.txt @@ -0,0 +1,7 @@ +Harness status: OK + +Found 2 tests + +2 Pass +Pass el-area +Pass el-area-no-href \ No newline at end of file diff --git a/Tests/LibWeb/Text/expected/wpt-import/html-aam/fragile/optgroup-role.txt b/Tests/LibWeb/Text/expected/wpt-import/html-aam/fragile/optgroup-role.txt new file mode 100644 index 00000000000..248b77c8b27 --- /dev/null +++ b/Tests/LibWeb/Text/expected/wpt-import/html-aam/fragile/optgroup-role.txt @@ -0,0 +1,6 @@ +Harness status: OK + +Found 1 tests + +1 Pass +Pass el-optgroup \ No newline at end of file diff --git a/Tests/LibWeb/Text/input/wpt-import/html-aam/fragile/area-role.html b/Tests/LibWeb/Text/input/wpt-import/html-aam/fragile/area-role.html new file mode 100644 index 00000000000..5870adae10f --- /dev/null +++ b/Tests/LibWeb/Text/input/wpt-import/html-aam/fragile/area-role.html @@ -0,0 +1,26 @@ + + + + HTMLAreaElement Role Verification Tests + + + + + + + + + + + x + x + +x + + + + + \ No newline at end of file diff --git a/Tests/LibWeb/Text/input/wpt-import/html-aam/fragile/optgroup-role.html b/Tests/LibWeb/Text/input/wpt-import/html-aam/fragile/optgroup-role.html new file mode 100644 index 00000000000..47cef2f6203 --- /dev/null +++ b/Tests/LibWeb/Text/input/wpt-import/html-aam/fragile/optgroup-role.html @@ -0,0 +1,30 @@ + + + + HTMLOptGroupElement Role Verification Tests + + + + + + + + + + + + + + + \ No newline at end of file