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

Side by Side Diff: chrome/test/data/select.html

Issue 2888803002: Handle WebContentsViewMac being destroyed while a <select> menu is showing. (Closed)
Patch Set: respond to comments 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
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <body>
4 <select>
5 <option selected>Apple</option>
6 <option>Orange</option>
7 <option>Banana</option>
8 </select>
9 <script>
10 document.querySelector('select').focus();
11 </script>
12 </body>
13 </html>
OLDNEW
« no previous file with comments | « chrome/test/BUILD.gn ('k') | content/browser/browser_plugin/browser_plugin_popup_menu_helper_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698