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

Side by Side Diff: content/test/data/accessibility/html/select.html

Issue 815463006: Separating ARIA, HTML & event AX test. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 12 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 unified diff | Download patch
OLDNEW
1 <!-- 1 <!--
2 @MAC-ALLOW:AXRoleDescription=* 2 @MAC-ALLOW:AXRoleDescription=*
3 @WIN-ALLOW:MULTISELECTABLE 3 @WIN-ALLOW:MULTISELECTABLE
4 @WIN-ALLOW:EXTSELECTABLE 4 @WIN-ALLOW:EXTSELECTABLE
5 @WIN-ALLOW:SELECT* 5 @WIN-ALLOW:SELECT*
6 @WIN-ALLOW:HASPOPUP 6 @WIN-ALLOW:HASPOPUP
7 --> 7 -->
8 <html> 8 <html>
9 <body> 9 <body>
10 <select id="A" name="Select A"> 10 <select id="A" name="Select A">
(...skipping 16 matching lines...) Expand all
27 <option value="2">Option 2</option> 27 <option value="2">Option 2</option>
28 <option value="3">Option 3</option> 28 <option value="3">Option 3</option>
29 </select> 29 </select>
30 <select id="E" name="Select E" size="3"> 30 <select id="E" name="Select E" size="3">
31 <option value="1">Option 1</option> 31 <option value="1">Option 1</option>
32 <option value="2">Option 2</option> 32 <option value="2">Option 2</option>
33 <option value="3">Option 3</option> 33 <option value="3">Option 3</option>
34 </select> 34 </select>
35 </body> 35 </body>
36 </html> 36 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698