summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-transforms/3d-scene-with-iframe-001-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/css/css-transforms/3d-scene-with-iframe-001-ref.html')
-rw-r--r--testing/web-platform/tests/css/css-transforms/3d-scene-with-iframe-001-ref.html23
1 files changed, 23 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/css-transforms/3d-scene-with-iframe-001-ref.html b/testing/web-platform/tests/css/css-transforms/3d-scene-with-iframe-001-ref.html
new file mode 100644
index 0000000000..d984f8a6e9
--- /dev/null
+++ b/testing/web-platform/tests/css/css-transforms/3d-scene-with-iframe-001-ref.html
@@ -0,0 +1,23 @@
+<!DOCTYPE html>
+<meta charset="UTF-8">
+<link rel="author" title="L. David Baron" href="https://dbaron.org/">
+<link rel="author" title="Google" href="http://www.google.com/">
+
+<style>
+
+#container {
+ perspective: 400px;
+ perspective-origin: 0 0;
+}
+#ref {
+ background-color: green;
+ width: 150px;
+ height: 100px;
+ transform: translateZ(200px);
+}
+
+</style>
+
+<div id="container">
+ <div id="ref"></div>
+</div>