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

Side by Side Diff: third_party/WebKit/Source/web/tests/data/nodeimage.html

Issue 1736893002: Update drag images to paint from the nearest self painting layer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add a performance note and prepare this ship for landing. Created 4 years, 10 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 | « third_party/WebKit/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
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <div style="width: 40px"> 2 <div style="width: 40px">
3 <div draggable="true" id="case-css-3dtransform-descendant" style="width: 40p x; height: 40px; background-color: #ff0000;">
4 <div style="background-color: #00ff00; width: 20px; height: 40px;"></div >
5 <div style="transform: translate3d(20px, -40px, 0); background-color: #0 0ff00; width: 20px; height: 40px;"></div>
6 </div>
7 </div>
8
9 <div style="width: 40px">
3 <div style="transform:translate(40px,40px)"> 10 <div style="transform:translate(40px,40px)">
4 <div draggable="true" id="case-css-transform" style="background-color: # 00ff00;width: 40px;height: 40px;"></div> 11 <div draggable="true" id="case-css-transform" style="background-color: # 00ff00;width: 40px;height: 40px;"></div>
5 </div> 12 </div>
6 </div> 13 </div>
7 14
8 <div style="width: 40px"> 15 <div style="width: 40px">
9 <div style="transform:translate(40px,40px) rotate3d(0,1,0,60deg);"> 16 <div style="transform:translate(40px,40px) rotate3d(0,1,0,60deg);">
10 <div draggable="true" id="case-css-3dtransform" style="background-color: #00ff00;width: 40px;height: 40px;"></div> 17 <div draggable="true" id="case-css-3dtransform" style="background-color: #00ff00;width: 40px;height: 40px;"></div>
11 </div> 18 </div>
12 </div> 19 </div>
13 20
14 <div style="width: 40px"> 21 <div style="width: 40px">
15 <div style="display: inline-block"> 22 <div style="display: inline-block">
16 <div draggable="true" id="case-inlineblock" style="background-color: #00 ff00;width: 40px;height: 40px;"></div> 23 <div draggable="true" id="case-inlineblock" style="background-color: #00 ff00;width: 40px;height: 40px;"></div>
17 </div> 24 </div>
18 </div> 25 </div>
19 26
20 <div style="width: 40px"> 27 <div style="width: 40px">
21 <div style="overflow: hidden"> 28 <div style="overflow: hidden">
22 <div draggable="true" id="case-float-left-overflow-hidden" style="float: left;background-color: #00ff00;width: 40px;height: 40px;"></div> 29 <div draggable="true" id="case-float-left-overflow-hidden" style="float: left;background-color: #00ff00;width: 40px;height: 40px;"></div>
23 </div> 30 </div>
24 </div> 31 </div>
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/web/tests/WebFrameTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698