summaryrefslogtreecommitdiffstats
path: root/dom/animation/test/css-transitions/test_csstransition-events.html
diff options
context:
space:
mode:
Diffstat (limited to 'dom/animation/test/css-transitions/test_csstransition-events.html')
-rw-r--r--dom/animation/test/css-transitions/test_csstransition-events.html14
1 files changed, 0 insertions, 14 deletions
diff --git a/dom/animation/test/css-transitions/test_csstransition-events.html b/dom/animation/test/css-transitions/test_csstransition-events.html
deleted file mode 100644
index 92559ad67..000000000
--- a/dom/animation/test/css-transitions/test_csstransition-events.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<!doctype 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_csstransition-events.html");
- });
-</script>