summaryrefslogtreecommitdiffstats
path: root/layout/reftests/web-animations/stacking-context-animation-on-table-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/web-animations/stacking-context-animation-on-table-ref.html')
-rw-r--r--layout/reftests/web-animations/stacking-context-animation-on-table-ref.html20
1 files changed, 20 insertions, 0 deletions
diff --git a/layout/reftests/web-animations/stacking-context-animation-on-table-ref.html b/layout/reftests/web-animations/stacking-context-animation-on-table-ref.html
new file mode 100644
index 0000000000..286602e45f
--- /dev/null
+++ b/layout/reftests/web-animations/stacking-context-animation-on-table-ref.html
@@ -0,0 +1,20 @@
+<!DOCTYPE html>
+<title>Reference of testcases for bug 1273042</title>
+<style>
+span {
+ height: 100px;
+ width: 100px;
+ background: green;
+ position: fixed;
+ top: 50px;
+ z-index: -1;
+}
+#test {
+ display: table;
+ height: 100px;
+ width: 100px;
+ background: blue;
+}
+</style>
+<span></span>
+<div id="test"></div>