summaryrefslogtreecommitdiffstats
path: root/layout/reftests/layers/mask-layer-transform-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/layers/mask-layer-transform-ref.html')
-rw-r--r--layout/reftests/layers/mask-layer-transform-ref.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/layout/reftests/layers/mask-layer-transform-ref.html b/layout/reftests/layers/mask-layer-transform-ref.html
new file mode 100644
index 0000000000..54cd38607f
--- /dev/null
+++ b/layout/reftests/layers/mask-layer-transform-ref.html
@@ -0,0 +1,8 @@
+<html>
+<body>
+ <div style="position:relative; left: 400px; width: 200px; height: 200px; overflow:hidden; border-radius: 20px;">
+ <div style="width:200px; height:200px; background-color:red; transform: perspective(100px) rotateY(10deg)"></div>
+ </div>
+</body>
+</html>
+