| Index: sky/engine/web/tests/data/nodeimage.html
|
| diff --git a/sky/engine/web/tests/data/nodeimage.html b/sky/engine/web/tests/data/nodeimage.html
|
| deleted file mode 100644
|
| index 846a2db43ccee0023cd02144b215e43e3bc156f7..0000000000000000000000000000000000000000
|
| --- a/sky/engine/web/tests/data/nodeimage.html
|
| +++ /dev/null
|
| @@ -1,24 +0,0 @@
|
| -<!DOCTYPE html>
|
| -<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>
|
| -</div>
|
| -
|
| -<div style="width: 40px">
|
| - <div style="transform:translate(40px,40px) rotate3d(0,1,0,60deg);">
|
| - <div draggable="true" id="case-css-3dtransform" style="background-color: #00ff00;width: 40px;height: 40px;"></div>
|
| - </div>
|
| -</div>
|
| -
|
| -<div style="width: 40px">
|
| - <div style="display: inline-block">
|
| - <div draggable="true" id="case-inlineblock" style="background-color: #00ff00;width: 40px;height: 40px;"></div>
|
| - </div>
|
| -</div>
|
| -
|
| -<div style="width: 40px">
|
| - <div style="overflow: hidden">
|
| - <div draggable="true" id="case-float-left-overflow-hidden" style="float: left;background-color: #00ff00;width: 40px;height: 40px;"></div>
|
| - </div>
|
| -</div>
|
|
|