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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/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: third_party/WebKit/Source/web/tests/data/nodeimage.html
diff --git a/third_party/WebKit/Source/web/tests/data/nodeimage.html b/third_party/WebKit/Source/web/tests/data/nodeimage.html
index 846a2db43ccee0023cd02144b215e43e3bc156f7..37cf41fc9fc33d3d9e6dbcc3e79f8035313252cc 100644
--- a/third_party/WebKit/Source/web/tests/data/nodeimage.html
+++ b/third_party/WebKit/Source/web/tests/data/nodeimage.html
@@ -1,5 +1,12 @@
<!DOCTYPE html>
<div style="width: 40px">
+ <div draggable="true" id="case-css-3dtransform-descendant" style="width: 40px; height: 40px; background-color: #ff0000;">
+ <div style="background-color: #00ff00; width: 20px; height: 40px;"></div>
+ <div style="transform: translate3d(20px, -40px, 0); background-color: #00ff00; width: 20px; height: 40px;"></div>
+ </div>
+</div>
+
+<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>
« 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