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

Unified Diff: content/test/data/accessibility/input-suggestions-source-element.html

Issue 786243002: Add DumpAccessibilityTree tests (17 of 20) ARIA Role: main, radio ARIA state/property: aria-multise… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Uploading expectation files 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/input-suggestions-source-element.html
diff --git a/content/test/data/accessibility/input-suggestions-source-element.html b/content/test/data/accessibility/input-suggestions-source-element.html
new file mode 100644
index 0000000000000000000000000000000000000000..9cdbb20e1803cc0153b8ad12d7893d715d0b9a90
--- /dev/null
+++ b/content/test/data/accessibility/input-suggestions-source-element.html
@@ -0,0 +1,13 @@
+<!--
+@MAC-ALLOW:AXRole*
+-->
+<!DOCTYPE html>
+<html>
+ <body>
+ <input type="text" list="datalist1">
+ <datalist id="datalist1">
+ <option>Option1</option>
+ <option>Option2</option>
+ </datalist>
+ </body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698