Index: Source/web/tests/data/nodeimage.html |
diff --git a/Source/web/tests/data/nodeimage.html b/Source/web/tests/data/nodeimage.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..e24e87aca2c1cf9c0245ca35ee04f9243a82f495 |
--- /dev/null |
+++ b/Source/web/tests/data/nodeimage.html |
@@ -0,0 +1,12 @@ |
+<!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> |