summaryrefslogtreecommitdiffstats
path: root/layout/reftests/css-animations/animation-initially-out-of-view-with-delay-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/css-animations/animation-initially-out-of-view-with-delay-ref.html')
-rw-r--r--layout/reftests/css-animations/animation-initially-out-of-view-with-delay-ref.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/layout/reftests/css-animations/animation-initially-out-of-view-with-delay-ref.html b/layout/reftests/css-animations/animation-initially-out-of-view-with-delay-ref.html
new file mode 100644
index 0000000000..4cccbc4861
--- /dev/null
+++ b/layout/reftests/css-animations/animation-initially-out-of-view-with-delay-ref.html
@@ -0,0 +1,14 @@
+<!DOCTYPE html>
+<html>
+<title>Bug 1383239</title>
+<style>
+div {
+ position: absolute;
+ background: orange;
+ width: 20px;
+ height: 20px;
+ left: 0px;
+}
+</style>
+<div></div>
+</html>