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

Unified Diff: chrome/test/data/drag_and_drop/page.html

Issue 2507223003: Tests for dragging between two frames (potentially cross-site from main frame). (Closed)
Patch Set: Added SuppressPassingStartDragFurther method + moved constant definitions. Created 4 years 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/data/drag_and_drop/image_source.html ('k') | content/public/test/browser_test_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/drag_and_drop/page.html
diff --git a/chrome/test/data/drag_and_drop/page.html b/chrome/test/data/drag_and_drop/page.html
index 2e158b7cec15fb15b3b214b0d260c0f2a2547ba0..719eb0cdfa75af24488422e6c46e7e7c9604119a 100644
--- a/chrome/test/data/drag_and_drop/page.html
+++ b/chrome/test/data/drag_and_drop/page.html
@@ -19,6 +19,9 @@
#left { left: 100px; background: green; }
#right { left: 300px; background: cyan; }
</style>
+ <script>
+ window.name = "main";
+ </script>
</head>
<body>
<iframe id="left" name="left" srcdoc="<body>blank left frame</body>"></iframe>
« no previous file with comments | « chrome/test/data/drag_and_drop/image_source.html ('k') | content/public/test/browser_test_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698