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

Unified Diff: Source/web/tests/data/drag-drop.html

Issue 307553007: NOTFORREVIEW Unit tests for nodeImage() (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 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 | « Source/web/tests/WebFrameTest.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/tests/data/drag-drop.html
diff --git a/Source/web/tests/data/drag-drop.html b/Source/web/tests/data/drag-drop.html
new file mode 100644
index 0000000000000000000000000000000000000000..149da6776cd6b1b7975b64554e5434a88618ecbf
--- /dev/null
+++ b/Source/web/tests/data/drag-drop.html
@@ -0,0 +1,10 @@
+<!DOCTYPE html>
+<html>
+<body>
+<div style="overflow:hidden; width: 80px;">
+ <div id="drag" style="float:left">
+ <div style="background-color:#00ff00; width:80px;height:80px;"></div>
+ </div>
+</div>
+</body>
+</html>
« no previous file with comments | « Source/web/tests/WebFrameTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698