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

Side by Side 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, 6 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 unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <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.
4 <div style="width: 40px">
5 <div style="transform:translate(40px,40px)">
6 <div draggable="true" id="case-css-transform" style="background-colo r: #00ff00;width: 40px;height: 40px;"></div>
7 </div>
8 </div>
9
10 <div style="width: 40px">
11 <div style="transform:translate(40px,40px) rotate3d(0,1,0,60deg);">
12 <div draggable="true" id="case-css-3dtransform" style="background-co lor: #00ff00;width: 40px;height: 40px;"></div>
13 </div>
14 </div>
15
16 </body>
17 </html>
OLDNEW
« 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