| 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>
|
|
|