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

Unified Diff: chrome/test/data/extensions/platform_apps/web_view/drag_drop/guest2.html

Issue 12086095: Fixed drag and drop into and out of Browser Plugin. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Drag and drop enabled for linux only Created 7 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
Index: chrome/test/data/extensions/platform_apps/web_view/drag_drop/guest2.html
diff --git a/chrome/test/data/extensions/platform_apps/web_view/pointer_lock/main.html b/chrome/test/data/extensions/platform_apps/web_view/drag_drop/guest2.html
similarity index 55%
copy from chrome/test/data/extensions/platform_apps/web_view/pointer_lock/main.html
copy to chrome/test/data/extensions/platform_apps/web_view/drag_drop/guest2.html
index 2a38dd9424fda6454d44cc0d02ab9248a2ffd738..f921c4347d077d50f8d1784b41e805c6aa2527eb 100644
--- a/chrome/test/data/extensions/platform_apps/web_view/pointer_lock/main.html
+++ b/chrome/test/data/extensions/platform_apps/web_view/drag_drop/guest2.html
@@ -4,7 +4,7 @@
* LICENSE file.
-->
<!-- See chrome/browser/extensions/web_view_interactive_browsertest.cc
-(WebViewInteractiveTest, PointerLock) for documentation on this test. -->
+(WebViewInteractiveTest, DragDrop) for documentation on this test. -->
<html><head>
<style type="text/css">
* {
@@ -13,10 +13,7 @@
}
</style>
</head>
-<body>
- <div id="webview-tag-container" style="height:600px; background:#FFFF00;">
- </div>
- <div id="mousemove-capture-container" style="height:50px; width:200px; background:#0000FF;"></div>
- <script src="main.js"></script>
+<body style="width:300px;">
+Drop me into text box 2<br>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698