summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/Source/web/tests/data/nodeimage.html
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/WebKit/Source/web/tests/data/nodeimage.html')
-rw-r--r--third_party/WebKit/Source/web/tests/data/nodeimage.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/third_party/WebKit/Source/web/tests/data/nodeimage.html b/third_party/WebKit/Source/web/tests/data/nodeimage.html
index 846a2db..37cf41f 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>