diff options
author | Moonchild <moonchild@palemoon.org> | 2020-09-05 18:44:16 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2020-09-05 18:44:16 +0000 |
commit | 1da42403ec84fcbb634a816bec0618e47d5e0b70 (patch) | |
tree | 88e47e0339f16123bcd7b6c6fc913676fafddd0f /accessible/tests/mochitest/role/test_aria.html | |
parent | 602fbdcb44861c98c096d4fb2078c52a21b8485b (diff) | |
download | UXP-1da42403ec84fcbb634a816bec0618e47d5e0b70.tar UXP-1da42403ec84fcbb634a816bec0618e47d5e0b70.tar.gz UXP-1da42403ec84fcbb634a816bec0618e47d5e0b70.tar.lz UXP-1da42403ec84fcbb634a816bec0618e47d5e0b70.tar.xz UXP-1da42403ec84fcbb634a816bec0618e47d5e0b70.zip |
Issue #1525 - Kill marquee element (uplift)
Diffstat (limited to 'accessible/tests/mochitest/role/test_aria.html')
-rw-r--r-- | accessible/tests/mochitest/role/test_aria.html | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/accessible/tests/mochitest/role/test_aria.html b/accessible/tests/mochitest/role/test_aria.html index 22021fa57..482ce4327 100644 --- a/accessible/tests/mochitest/role/test_aria.html +++ b/accessible/tests/mochitest/role/test_aria.html @@ -41,7 +41,6 @@ testRole("aria_listbox", ROLE_LISTBOX); testRole("aria_listitem", ROLE_LISTITEM); testRole("aria_log", ROLE_TEXT); // weak role - testRole("aria_marquee", ROLE_ANIMATION); testRole("aria_math", ROLE_FLAT_EQUATION); testRole("aria_menu", ROLE_MENUPOPUP); testRole("aria_menubar", ROLE_MENUBAR); @@ -89,9 +88,6 @@ testRole("log_table", ROLE_TABLE); testRole("timer_div", ROLE_SECTION); - // other roles that are forms of "live regions" - testRole("marquee_h1", ROLE_ANIMATION); - // strong landmark testRole("application", ROLE_APPLICATION); testRole("form", ROLE_FORM); @@ -219,7 +215,6 @@ <span id="aria_listbox" role="listbox"/> <span id="aria_listitem" role="listitem"/> <span id="aria_log" role="log"/> - <span id="aria_marquee" role="marquee"/> <span id="aria_math" role="math"/> <span id="aria_menu" role="menu"/> <span id="aria_menubar" role="menubar"/> @@ -263,7 +258,6 @@ <table role="log" id="log_table"> <tr><td>Table based log</td></tr> </table> - <h1 role="marquee" id="marquee_h1">marquee</h1> <div role="timer" id="timer_div">timer</div> <!-- landmarks --> |