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

Unified Diff: content/test/data/site_isolation/page-with-select.html

Issue 1814863002: Make page popups work under OOPIF (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Disabled test on Mac Created 4 years, 9 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 | « content/common/swapped_out_messages.cc ('k') | third_party/WebKit/Source/core/frame/FrameView.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/data/site_isolation/page-with-select.html
diff --git a/content/test/data/accessibility/event/menulist-focus.html b/content/test/data/site_isolation/page-with-select.html
similarity index 52%
copy from content/test/data/accessibility/event/menulist-focus.html
copy to content/test/data/site_isolation/page-with-select.html
index 09b7eabc45c0cfdc3bc6a6e778142bcf752fe879..23b022b1b4b4da25d678b02a5d7fc91e7e1edcb5 100644
--- a/content/test/data/accessibility/event/menulist-focus.html
+++ b/content/test/data/site_isolation/page-with-select.html
@@ -1,7 +1,13 @@
-<!--
-@MAC-DENY:AXLayoutComplete*
--->
<!DOCTYPE html>
+<style>
+select {
+ position:absolute;
+ top:9px;
+ left:9px;
+ height:25px;
+ width:80px;
+}
+</style>
<html>
<body>
<select>
@@ -9,10 +15,5 @@
<option>Orange</option>
<option>Banana</option>
</select>
-<script>
- function go() {
- document.querySelector('select').focus();
- }
-</script>
</body>
-</html>
+</html>
« no previous file with comments | « content/common/swapped_out_messages.cc ('k') | third_party/WebKit/Source/core/frame/FrameView.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698