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

Unified 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 side-by-side diff with in-line comments
Download patch
« 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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/select.html
diff --git a/chrome/test/data/select.html b/chrome/test/data/select.html
new file mode 100644
index 0000000000000000000000000000000000000000..ceb23149a21940c5849075f5ca94f224f2bb1349
--- /dev/null
+++ b/chrome/test/data/select.html
@@ -0,0 +1,13 @@
+<!DOCTYPE html>
+<html>
+<body>
+<select>
+ <option selected>Apple</option>
+ <option>Orange</option>
+ <option>Banana</option>
+</select>
+<script>
+document.querySelector('select').focus();
+</script>
+</body>
+</html>
« 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