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..5a531d5b23cee0fb6a2a366b8dce6575712b0aa1 |
--- /dev/null |
+++ b/Source/web/tests/data/nodeimage.html |
@@ -0,0 +1,15 @@ |
+<!DOCTYPE html> |
+<html> |
+<body> |
+ <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(1,0,0,180deg);"> |
leviw_travelin_and_unemployed
2014/05/30 21:38:08
This doesn't actually exercise the 3d part since y
spartha
2014/06/02 13:05:12
Done.
|
+ <div draggable="true" id="case-css-3dtransform" style="background-color: #00ff00;width: 40px;height: 40px;"></div> |
+ </div> |
+ </div> |
+</body> |
+</html> |