Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / transitions / transition-inherit-initial-unprefixed-expected.txt
blob3581a98c0d21d61fee9f384223dd9ebd1cd8f1a6
1 Test that inherit and initial works on unprefixed transitions.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 Testing inherit.
7 PASS computedStyle.transitionProperty is 'width'
8 PASS computedStyle.webkitTransitionProperty is 'width'
9 PASS computedStyle.transitionDuration is '5s'
10 PASS computedStyle.webkitTransitionDuration is '5s'
11 PASS computedStyle.transitionTimingFunction is 'linear'
12 PASS computedStyle.webkitTransitionTimingFunction is 'linear'
13 PASS computedStyle.transitionDelay is '2s'
14 PASS computedStyle.webkitTransitionDelay is '2s'
15 Testing initial.
16 PASS computedStyle.transitionProperty is 'all'
17 PASS computedStyle.webkitTransitionProperty is 'all'
18 PASS computedStyle.transitionDuration is '0s'
19 PASS computedStyle.webkitTransitionDuration is '0s'
20 PASS computedStyle.transitionTimingFunction is 'ease'
21 PASS computedStyle.webkitTransitionTimingFunction is 'ease'
22 PASS computedStyle.transitionDelay is '0s'
23 PASS computedStyle.webkitTransitionDelay is '0s'
24 PASS successfullyParsed is true
26 TEST COMPLETE