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