Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(141)

Unified Diff: third_party/WebKit/LayoutTests/fast/svg/animation-events.html

Issue 2112373002: Fold fast/svg/script-tests/animation-events.js into the test using it (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Actually move the test... Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/svg/script-tests/animation-events.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/fast/svg/animation-events.html
diff --git a/third_party/WebKit/LayoutTests/fast/svg/animation-events.html b/third_party/WebKit/LayoutTests/fast/svg/animation-events.html
deleted file mode 100644
index 56d1e227ffded09c43a3c563a0d14b1e250cb1bc..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/svg/animation-events.html
+++ /dev/null
@@ -1,28 +0,0 @@
-<!DOCTYPE html>
-<title>EventHandlers on SVGAnimationElement test</title>
-<script src="../../resources/testharness.js"></script>
-<script src="../../resources/testharnessreport.js"></script>
-<script src="script-tests/animation-events.js"></script>
-<script>
-var attributeToEventMap = {
- "onbegin" : "beginEvent",
- "onend" : "endEvent",
- "onrepeat" : "repeatEvent"
-};
-
-for (var attribute in attributeToEventMap) {
- [
- "SVGAnimateElement",
- "SVGAnimateMotionElement",
- "SVGAnimateTransformElement",
- "SVGSetElement"
- ].forEach(function(interface) {
- testSet(interface, attribute);
- testEnumerate(interface, attribute);
- testReflect(interface, attribute);
- });
-
- testEventHandlerMapping(attribute, attributeToEventMap[attribute]);
-};
-</script>
-<div id="log"></div>
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/svg/script-tests/animation-events.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698