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

Unified Diff: content/test/data/accessibility/button-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/button-name-calc.html
diff --git a/content/test/data/accessibility/button-name-calc.html b/content/test/data/accessibility/button-name-calc.html
deleted file mode 100644
index 4eace79936d93ed968b78ba0c336621d5260e5ef..0000000000000000000000000000000000000000
--- a/content/test/data/accessibility/button-name-calc.html
+++ /dev/null
@@ -1,25 +0,0 @@
-<!--
-@WIN-ALLOW:description*
-@MAC-ALLOW:AXDescription*
-@MAC-ALLOW:AXHelp*
-@MAC-DENY:AXValue*
--->
-<html>
-<body>
- <button id="c0">InnerText0</button>
- <button id="c1" title="Title1">InnerText1</button>
- <button id="c2" title="Title2" aria-label="AriaLabel2">InnerText2</button>
- <button id="c3" title="Title3" aria-label="AriaLabel3"
- aria-labelledby="lb3">InnerText3</button>
- <button id="c4" title="Title4" aria-label="AriaLabel4"
- aria-labelledby="lb4" aria-describedby="db4">InnerText4</button>
- <button id="c5" aria-describedby="db5">InnerText5</button>
-
- <p aria-label="@NO_DUMP">
- <span id="lb3">LabelledBy3</span>
- <span id="lb4">LabelledBy4</span>
- <span id="db4">DescribedBy4</span>
- <span id="db5">DescribedBy5</span>
- </p>
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698