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

Side by Side Diff: third_party/WebKit/LayoutTests/animations/animations-parsing-expected.txt

Issue 1408063004: Parse animation and transition shorthands in CSSPropertyParser with CSSParserTokens (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@anim4
Patch Set: address comments Created 5 years, 1 month 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 the parsing and the computed style values of the animations properties. 1 Test the parsing and the computed style values of the animations properties.
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 Valid animation-name values. 6 Valid animation-name values.
7 PASS computedStyle.animationName is 'none' 7 PASS computedStyle.animationName is 'none'
8 PASS computedStyle.webkitAnimationName is 'none' 8 PASS computedStyle.webkitAnimationName is 'none'
9 PASS Object.keys(style).indexOf('animationName') is not -1 9 PASS Object.keys(style).indexOf('animationName') is not -1
10 PASS Object.keys(style).indexOf('webkitAnimationName') is -1 10 PASS Object.keys(style).indexOf('webkitAnimationName') is -1
(...skipping 680 matching lines...) Expand 10 before | Expand all | Expand 10 after
691 PASS style.webkitAnimation is '' 691 PASS style.webkitAnimation is ''
692 PASS computedStyle.webkitAnimation is 'none 0s ease 0s 1 normal none running' 692 PASS computedStyle.webkitAnimation is 'none 0s ease 0s 1 normal none running'
693 PASS style.animation is '' 693 PASS style.animation is ''
694 PASS computedStyle.animation is 'none 0s ease 0s 1 normal none running' 694 PASS computedStyle.animation is 'none 0s ease 0s 1 normal none running'
695 PASS style.webkitAnimation is '' 695 PASS style.webkitAnimation is ''
696 PASS computedStyle.webkitAnimation is 'none 0s ease 0s 1 normal none running' 696 PASS computedStyle.webkitAnimation is 'none 0s ease 0s 1 normal none running'
697 PASS style.animation is '' 697 PASS style.animation is ''
698 PASS computedStyle.animation is 'none 0s ease 0s 1 normal none running' 698 PASS computedStyle.animation is 'none 0s ease 0s 1 normal none running'
699 PASS style.webkitAnimation is '' 699 PASS style.webkitAnimation is ''
700 PASS computedStyle.webkitAnimation is 'none 0s ease 0s 1 normal none running' 700 PASS computedStyle.webkitAnimation is 'none 0s ease 0s 1 normal none running'
701 PASS style.animation is ''
702 PASS computedStyle.animation is 'none 0s ease 0s 1 normal none running'
703 PASS style.webkitAnimation is ''
704 PASS computedStyle.webkitAnimation is 'none 0s ease 0s 1 normal none running'
705 PASS style.animation is ''
706 PASS computedStyle.animation is 'none 0s ease 0s 1 normal none running'
707 PASS style.webkitAnimation is ''
708 PASS computedStyle.webkitAnimation is 'none 0s ease 0s 1 normal none running'
709 PASS style.animation is ''
710 PASS computedStyle.animation is 'none 0s ease 0s 1 normal none running'
711 PASS style.webkitAnimation is ''
712 PASS computedStyle.webkitAnimation is 'none 0s ease 0s 1 normal none running'
713 PASS style.animation is ''
714 PASS computedStyle.animation is 'none 0s ease 0s 1 normal none running'
715 PASS style.webkitAnimation is ''
716 PASS computedStyle.webkitAnimation is 'none 0s ease 0s 1 normal none running'
717 PASS style.animation is ''
718 PASS computedStyle.animation is 'none 0s ease 0s 1 normal none running'
719 PASS style.webkitAnimation is ''
720 PASS computedStyle.webkitAnimation is 'none 0s ease 0s 1 normal none running'
701 PASS successfullyParsed is true 721 PASS successfullyParsed is true
702 722
703 TEST COMPLETE 723 TEST COMPLETE
704 724
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698