summaryrefslogtreecommitdiffstats
path: root/dom/animation/test/css-transitions/test_animation-computed-timing.html
diff options
context:
space:
mode:
Diffstat (limited to 'dom/animation/test/css-transitions/test_animation-computed-timing.html')
-rw-r--r--dom/animation/test/css-transitions/test_animation-computed-timing.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/dom/animation/test/css-transitions/test_animation-computed-timing.html b/dom/animation/test/css-transitions/test_animation-computed-timing.html
new file mode 100644
index 000000000..c1b40aaf3
--- /dev/null
+++ b/dom/animation/test/css-transitions/test_animation-computed-timing.html
@@ -0,0 +1,16 @@
+<!doctype html>
+<html>
+<meta charset=utf-8>
+<script src="/resources/testharness.js"></script>
+<script src="/resources/testharnessreport.js"></script>
+<div id="log"></div>
+<script>
+'use strict';
+setup({explicit_done: true});
+SpecialPowers.pushPrefEnv(
+ { "set": [["dom.animations-api.core.enabled", true]]},
+ function() {
+ window.open("file_animation-computed-timing.html");
+ });
+</script>
+</html>