summaryrefslogtreecommitdiffstats
path: root/layout/reftests/web-animations/1298742-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/web-animations/1298742-ref.html')
-rw-r--r--layout/reftests/web-animations/1298742-ref.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/layout/reftests/web-animations/1298742-ref.html b/layout/reftests/web-animations/1298742-ref.html
new file mode 100644
index 0000000000..7cb860e9d4
--- /dev/null
+++ b/layout/reftests/web-animations/1298742-ref.html
@@ -0,0 +1,13 @@
+<!DOCTYPE html>
+<html>
+<title>Reference of bug 1298742</title>
+<style>
+div {
+ width: 100px;
+ height: 100px;
+ background: blue;
+ transform: translate(0px);
+}
+</style>
+<div></div>
+</html>