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

Side by Side Diff: third_party/WebKit/LayoutTests/animations/events/animation-events-create-expected.txt

Issue 2976603002: Move animation event tests to subdirectory (Closed)
Patch Set: Created 3 years, 5 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 unified diff | Download patch
OLDNEW
1 Test dynamic creation of AnimationEvent. 1 Test dynamic creation of AnimationEvent.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 PASS document.createEvent exists 6 PASS document.createEvent exists
7 7
8 Test creation of AnimationEvent 8 Test creation of AnimationEvent
9 PASS typeof(ev) is 'object' 9 PASS typeof(ev) is 'object'
10 PASS ev.animationName is '' 10 PASS ev.animationName is ''
11 PASS ev.elapsedTime is 0.0 11 PASS ev.elapsedTime is 0.0
12 12
13 Create a MouseEvent and make sure it doesn't have AnimationEvent properties 13 Create a MouseEvent and make sure it doesn't have AnimationEvent properties
14 PASS typeof(ev) is 'object' 14 PASS typeof(ev) is 'object'
15 PASS ev.animationName is undefined 15 PASS ev.animationName is undefined
16 PASS ev.elapsedTime is undefined 16 PASS ev.elapsedTime is undefined
17 17
18 PASS successfullyParsed is true 18 PASS successfullyParsed is true
19 19
20 TEST COMPLETE 20 TEST COMPLETE
21 21
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698