Index: content/test/data/accessibility/landmark.html |
diff --git a/content/test/data/accessibility/landmark.html b/content/test/data/accessibility/landmark.html |
deleted file mode 100644 |
index 3b7c86336e7b693f9a0f0edf42cd0a39dccc592e..0000000000000000000000000000000000000000 |
--- a/content/test/data/accessibility/landmark.html |
+++ /dev/null |
@@ -1,26 +0,0 @@ |
-<!-- |
-@MAC-ALLOW:AXRole* |
-@MAC-ALLOW:AXSubrole=* |
-@WIN-ALLOW:xml-roles:* |
---> |
-<!DOCTYPE html> |
-<html> |
-<body> |
- <header>This is a header element.</header> |
- <aside>This is an aside element.</aside> |
- <address>This is an address element.</address> |
- <footer>This is a footer element.</footer> |
- <form>This is a form element.</form> |
- <main>This is a main element.</main> |
- <nav>This is a nav element.</nav> |
- |
- <div role="application">This is an ARIA application landmark.</div> |
- <div role="banner">This is an ARIA banner landmark.</div> |
- <div role="complementary">This is an ARIA complementary landmark.</div> |
- <div role="contentinfo">This is an ARIA contentinfo landmark.</div> |
- <div role="form">This is an ARIA form landmark.</div> |
- <div role="main">This is an ARIA main landmark.</div> |
- <div role="navigation">This is an ARIA navigation landmark.</div> |
- <div role="search">This is an ARIA search landmark.</div> |
-</body> |
-</html> |