1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/transform/matrix3d-1.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,20 @@ 1.4 +<html> 1.5 +<head> 1.6 + <!-- We do not support the 3d matrix yet, so this should do nothing --> 1.7 + <style> 1.8 + div { 1.9 + background: green; 1.10 + width: 100px; 1.11 + height: 100px; 1.12 + -moz-transform: matrix3d(1, 0, 100, 1, 10, 1.13 + 1, 100, 1, 1, 10, 1.14 + 1, 100, 2, 3, 12, 1.15 + 12, 100, 3, 4, 5); 1.16 + } 1.17 + </style> 1.18 +</head> 1.19 +<body> 1.20 + <div> 1.21 + </div> 1.22 +</body> 1.23 +</html>