Index: third_party/WebKit/LayoutTests/animations/animation-events-create-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/animations/animation-events-create-expected.txt b/third_party/WebKit/LayoutTests/animations/animation-events-create-expected.txt |
deleted file mode 100644 |
index 0a2f59c030c9f6dc8f19f9052c8b9cd8b36bc845..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/animations/animation-events-create-expected.txt |
+++ /dev/null |
@@ -1,21 +0,0 @@ |
-Test dynamic creation of AnimationEvent. |
- |
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
- |
- |
-PASS document.createEvent exists |
- |
-Test creation of AnimationEvent |
-PASS typeof(ev) is 'object' |
-PASS ev.animationName is '' |
-PASS ev.elapsedTime is 0.0 |
- |
-Create a MouseEvent and make sure it doesn't have AnimationEvent properties |
-PASS typeof(ev) is 'object' |
-PASS ev.animationName is undefined |
-PASS ev.elapsedTime is undefined |
- |
-PASS successfullyParsed is true |
- |
-TEST COMPLETE |
- |