diff options
Diffstat (limited to 'layout/reftests/transform/matrix-2a.html')
-rw-r--r-- | layout/reftests/transform/matrix-2a.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/layout/reftests/transform/matrix-2a.html b/layout/reftests/transform/matrix-2a.html new file mode 100644 index 0000000000..26c1958729 --- /dev/null +++ b/layout/reftests/transform/matrix-2a.html @@ -0,0 +1,8 @@ +<html> +<head> +</head> +<body> + <div style="-moz-transform: matrix(1, 0, 0, 1, 0, 100); width: 100px; height: 100px; background-color: gold;"> + </div> +</body> +</html> |