| Index: content/test/data/accessibility/aria-complementary.html
|
| diff --git a/content/test/data/accessibility/main.html b/content/test/data/accessibility/aria-complementary.html
|
| similarity index 56%
|
| copy from content/test/data/accessibility/main.html
|
| copy to content/test/data/accessibility/aria-complementary.html
|
| index 41cd565bb0fc86634fea9d530092658da9e155c0..d4dd415908c06a3948dcc39a1204a8f907f330ff 100644
|
| --- a/content/test/data/accessibility/main.html
|
| +++ b/content/test/data/accessibility/aria-complementary.html
|
| @@ -4,15 +4,10 @@
|
| @MAC-ALLOW:AXRoleDescription=*
|
| @WIN-ALLOW:xml-roles:*
|
| -->
|
| -<!DOCTYPE html>
|
| <html>
|
| <body>
|
| - <main>
|
| - This is main element.
|
| - </main>
|
| -
|
| - <div role="main">
|
| - This is an ARIA role main.
|
| + <div role="complementary">
|
| + This is ARIA role complementary.
|
| </div>
|
| </body>
|
| </html>
|
|
|