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

Unified Diff: content/test/data/accessibility/select.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/select.html
diff --git a/content/test/data/accessibility/select.html b/content/test/data/accessibility/select.html
deleted file mode 100644
index 821831d560aa4e409fc65e9c600229eb1278201f..0000000000000000000000000000000000000000
--- a/content/test/data/accessibility/select.html
+++ /dev/null
@@ -1,36 +0,0 @@
-<!--
-@MAC-ALLOW:AXRoleDescription=*
-@WIN-ALLOW:MULTISELECTABLE
-@WIN-ALLOW:EXTSELECTABLE
-@WIN-ALLOW:SELECT*
-@WIN-ALLOW:HASPOPUP
--->
-<html>
-<body>
- <select id="A" name="Select A">
- <option value="">Placeholder option</option>
- <option value="1">Option 1</option>
- <option value="2">Option 2</option>
- </select>
- <select id="B" name="Select B">
- <option value="1">Option 1</option>
- <option value="2" selected>Option 2</option>
- <option value="3">Option 3</option>
- </select>
- <select id="C" name="Select C" requried>
- <option value="1">Option 1</option>
- <option value="2">Option 2</option>
- <option value="3">Option 3</option>
- </select>
- <select id="D" name="Select D" multiple="2">
- <option value="1">Option 1</option>
- <option value="2">Option 2</option>
- <option value="3">Option 3</option>
- </select>
- <select id="E" name="Select E" size="3">
- <option value="1">Option 1</option>
- <option value="2">Option 2</option>
- <option value="3">Option 3</option>
- </select>
-</body>
-</html>
« no previous file with comments | « content/test/data/accessibility/section-expected-win.txt ('k') | content/test/data/accessibility/select-expected-android.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698