summaryrefslogtreecommitdiffstats
path: root/layout/reftests/web-animations/1267937-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/web-animations/1267937-ref.html')
-rw-r--r--layout/reftests/web-animations/1267937-ref.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/layout/reftests/web-animations/1267937-ref.html b/layout/reftests/web-animations/1267937-ref.html
new file mode 100644
index 0000000000..538e27fde8
--- /dev/null
+++ b/layout/reftests/web-animations/1267937-ref.html
@@ -0,0 +1,18 @@
+<!doctype html>
+<html>
+<head>
+<meta charset=utf-8>
+<title>Reference of bug 1267937</title>
+<style>
+#target {
+ width: 100px;
+ height: 100px;
+ background: green;
+ margin-left: 200px;
+}
+</style>
+</head>
+<body>
+<div id="target"></div>
+</body>
+</html>