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

Unified Diff: content/test/data/accessibility/a-name-calc.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/a-name-calc.html
diff --git a/content/test/data/accessibility/a-name-calc.html b/content/test/data/accessibility/a-name-calc.html
deleted file mode 100644
index 3161ae6f4cc65d8ecef2fabd29b75f6d3df05f49..0000000000000000000000000000000000000000
--- a/content/test/data/accessibility/a-name-calc.html
+++ /dev/null
@@ -1,23 +0,0 @@
-<!--
-@WIN-ALLOW:description*
-@MAC-ALLOW:AXDescription*
-@MAC-ALLOW:AXHelp*
-@MAC-DENY:AXValue*
--->
-<html>
-<body>
- <a href="#">InnerText0</a>
- <a href="#" title="Title1">InnerText1</a>
- <a href="#" aria-label="Title2">InnerText2</a>
- <a href="#" aria-labelledby="label3">InnerText3</a>
-
- <a href="#" title="Title4"></a>
- <a href="#" aria-label="Label5"></a>
- <a href="#" aria-labelledby="label6"></a>
-
- <p aria-label="@NO_DUMP">
- <span id="label3">LabelledBy3</span>
- <span id="label6">LabelledBy6</span>
- </p>
-</body>
-</html>
« no previous file with comments | « content/test/data/accessibility/a-name.html ('k') | content/test/data/accessibility/a-name-calc-expected-android.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698