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

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
« no previous file with comments | « Source/web/tests/WebFrameTest.cpp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <body>
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 <div style="width: 40px">
10 <div style="transform:translate(40px,40px) rotate3d(1,0,0,180deg);">
leviw_travelin_and_unemployed 2014/05/30 21:38:08 This doesn't actually exercise the 3d part since y
spartha 2014/06/02 13:05:12 Done.
11 <div draggable="true" id="case-css-3dtransform" style="background-co lor: #00ff00;width: 40px;height: 40px;"></div>
12 </div>
13 </div>
14 </body>
15 </html>
OLDNEW
« 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