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

Unified Diff: content/test/data/accessibility/input-text.html

Issue 651223004: Add DumpAccessibilityTree tests (3 of 20) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Skipping aria-haspopup AX test on windows Created 6 years, 2 months 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/input-text.html
diff --git a/content/test/data/accessibility/input-search.html b/content/test/data/accessibility/input-text.html
similarity index 51%
copy from content/test/data/accessibility/input-search.html
copy to content/test/data/accessibility/input-text.html
index ee9a4107834edbbe172421327add2f5e8439d631..c699e1bda6b458df8a8614a8524f358e6685048d 100644
--- a/content/test/data/accessibility/input-search.html
+++ b/content/test/data/accessibility/input-text.html
@@ -1,10 +1,11 @@
<!DOCTYPE html>
<!--
@MAC-ALLOW:AXRole*
-@MAC-ALLOW:AXSubrole*
+@WIN-ALLOW:text-input-type*
+@WIN-ALLOW:IA2_STATE*
-->
<html>
<body>
- <input type="search" name="googlesearch">
+ <input type="text">
</body>
</html>
« no previous file with comments | « content/test/data/accessibility/cite-expected-win.txt ('k') | content/test/data/accessibility/input-text-expected-android.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698