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

Unified Diff: Source/web/tests/data/nodeimage.html

Issue 286903011: Show DragImage when the dragged element or its parent has transform (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
« Source/web/tests/WebFrameTest.cpp ('K') | « 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/nodeimage.html
diff --git a/Source/web/tests/data/nodeimage.html b/Source/web/tests/data/nodeimage.html
new file mode 100644
index 0000000000000000000000000000000000000000..bff64bf575b6ffcde5d701b4685a77af40cb974b
--- /dev/null
+++ b/Source/web/tests/data/nodeimage.html
@@ -0,0 +1,17 @@
+<!DOCTYPE html>
+<html>
+<body>
esprehn 2014/06/04 18:13:45 We usually leave off the <html>, <head> and <body>
spartha 2014/06/05 07:48:55 Done.
+ <div style="width: 40px">
+ <div style="transform:translate(40px,40px)">
+ <div draggable="true" id="case-css-transform" style="background-color: #00ff00;width: 40px;height: 40px;"></div>
+ </div>
+ </div>
+
+ <div style="width: 40px">
+ <div style="transform:translate(40px,40px) rotate3d(0,1,0,60deg);">
+ <div draggable="true" id="case-css-3dtransform" style="background-color: #00ff00;width: 40px;height: 40px;"></div>
+ </div>
+ </div>
+
+</body>
+</html>
« Source/web/tests/WebFrameTest.cpp ('K') | « Source/web/tests/WebFrameTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698