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

Side by Side Diff: content/test/data/accessibility/event/listbox-focus.html

Issue 2897943003: Fix DumpAccessibilityEvents tests on Mac and improve test coverage (Closed)
Patch Set: Rebaseline one more windows test Created 3 years, 7 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 <!--
2 @MAC-DENY:AXLayoutComplete*
3 -->
4 <!DOCTYPE html> 1 <!DOCTYPE html>
5 <html> 2 <html>
6 <body> 3 <body>
7 <select size="3"> 4 <select size="3">
8 <option>Apple</option> 5 <option>Apple</option>
9 <option>Orange</option> 6 <option>Orange</option>
10 <option>Banana</option> 7 <option>Banana</option>
11 </select> 8 </select>
12 <script> 9 <script>
13 function go() { 10 function go() {
14 document.querySelector('select').focus(); 11 document.querySelector('select').focus();
15 } 12 }
16 </script> 13 </script>
17 </body> 14 </body>
18 </html> 15 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698