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

Side by Side Diff: LayoutTests/transitions/transitions-parsing-expected.txt

Issue 1105523005: Revert of Revert of Fix serialization of alias_for properties (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@p7
Patch Set: Created 5 years, 8 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 the parsing and the computed style values of the transitions properties. 1 Test the parsing and the computed style values of the transitions 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 transition-property values. 6 Valid transition-property values.
7 PASS computedStyle.transitionProperty is 'all' 7 PASS computedStyle.transitionProperty is 'all'
8 PASS computedStyle.webkitTransitionProperty is 'all' 8 PASS computedStyle.webkitTransitionProperty is 'all'
9 PASS Object.keys(style).indexOf('transitionProperty') is not -1 9 PASS Object.keys(style).indexOf('transitionProperty') is not -1
10 PASS Object.keys(style).indexOf('webkitTransitionProperty') is -1 10 PASS Object.keys(style).indexOf('webkitTransitionProperty') is -1
11 PASS style.transitionProperty is 'none' 11 PASS style.transitionProperty is 'none'
12 PASS computedStyle.transitionProperty is 'none' 12 PASS computedStyle.transitionProperty is 'none'
13 PASS style.webkitTransitionProperty is 'none' 13 PASS style.webkitTransitionProperty is 'none'
14 PASS computedStyle.webkitTransitionProperty is 'none' 14 PASS computedStyle.webkitTransitionProperty is 'none'
15 PASS style.transitionProperty is 'all' 15 PASS style.transitionProperty is 'all'
16 PASS computedStyle.transitionProperty is 'all' 16 PASS computedStyle.transitionProperty is 'all'
17 PASS style.webkitTransitionProperty is 'all' 17 PASS style.webkitTransitionProperty is 'all'
18 PASS computedStyle.webkitTransitionProperty is 'all' 18 PASS computedStyle.webkitTransitionProperty is 'all'
19 PASS style.transitionProperty is 'all, all' 19 PASS style.transitionProperty is 'all, all'
20 PASS computedStyle.transitionProperty is 'all, all' 20 PASS computedStyle.transitionProperty is 'all, all'
21 PASS style.webkitTransitionProperty is 'all, all' 21 PASS style.webkitTransitionProperty is 'all, all'
22 PASS computedStyle.webkitTransitionProperty is 'all, all' 22 PASS computedStyle.webkitTransitionProperty is 'all, all'
23 PASS style.transitionProperty is '-webkit-transform-origin'
24 PASS computedStyle.transitionProperty is '-webkit-transform-origin'
23 PASS style.transitionProperty is 'background-position' 25 PASS style.transitionProperty is 'background-position'
24 PASS computedStyle.transitionProperty is 'background-position' 26 PASS computedStyle.transitionProperty is 'background-position'
25 PASS style.webkitTransitionProperty is 'background-position' 27 PASS style.webkitTransitionProperty is 'background-position'
26 PASS computedStyle.webkitTransitionProperty is 'background-position' 28 PASS computedStyle.webkitTransitionProperty is 'background-position'
27 PASS style.transitionProperty is 'background-position, font-size' 29 PASS style.transitionProperty is 'background-position, font-size'
28 PASS computedStyle.transitionProperty is 'background-position, font-size' 30 PASS computedStyle.transitionProperty is 'background-position, font-size'
29 PASS style.webkitTransitionProperty is 'background-position, font-size' 31 PASS style.webkitTransitionProperty is 'background-position, font-size'
30 PASS computedStyle.webkitTransitionProperty is 'background-position, font-size' 32 PASS computedStyle.webkitTransitionProperty is 'background-position, font-size'
31 PASS style.transitionProperty is 'background-position, font-size, color' 33 PASS style.transitionProperty is 'background-position, font-size, color'
32 PASS computedStyle.transitionProperty is 'background-position, font-size, color' 34 PASS computedStyle.transitionProperty is 'background-position, font-size, color'
(...skipping 436 matching lines...) Expand 10 before | Expand all | Expand 10 after
469 PASS style.transitionProperty is 'ease-out' 471 PASS style.transitionProperty is 'ease-out'
470 PASS style.transitionTimingFunction is 'ease-in' 472 PASS style.transitionTimingFunction is 'ease-in'
471 PASS style.transitionDelay is '10s' 473 PASS style.transitionDelay is '10s'
472 PASS style.transitionDuration is '20s' 474 PASS style.transitionDuration is '20s'
473 PASS style.transitionDelay is '-10s' 475 PASS style.transitionDelay is '-10s'
474 PASS style.transitionDuration is '10s' 476 PASS style.transitionDuration is '10s'
475 PASS successfullyParsed is true 477 PASS successfullyParsed is true
476 478
477 TEST COMPLETE 479 TEST COMPLETE
478 480
OLDNEW
« no previous file with comments | « LayoutTests/transitions/transitions-parsing.html ('k') | Source/build/scripts/make_css_property_names.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698