Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(785)

Unified Diff: content/test/data/accessibility/landmark.html

Issue 815463006: Separating ARIA, HTML & event AX test. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>
« no previous file with comments | « content/test/data/accessibility/label-expected-win.txt ('k') | content/test/data/accessibility/landmark-expected-android.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698