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

Side by Side Diff: LayoutTests/platform/win/virtual/web-animations-css/animations/animation-none-keyword-expected.txt

Issue 23060014: Rebaseline web-animations-css failures. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 4 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 FAIL - "max-width" property for "test" element at 0s expected: 10 but saw: none
2 PASS - "max-width" property for "test" element at 0.25s saw something close to: 10
3 PASS - "max-width" property for "test" element at 1s saw something close to: 10
4 PASS - "max-width" property for "test" element at 1.75s saw something close to: none
5 PASS - "max-width" property for "test" element at 2s saw something close to: non e
6
7 Log:
8 7.000000000061846 - runAnimationTest
9 9.000000000014552 - First webkitAnimationStart event fired
10 9.000000000014552 - Finished waiting for animations to start
11 9.000000000014552 - Pausing at time: 0, active animations: 1
12 9.999999999990905 - Checking expectation: ["none-test",0,"test","max-width",10,0 ]
13 13.000000000147338 - Pausing at time: 250, active animations: 1
14 14.000000000123691 - Checking expectation: ["none-test",0.25,"test","max-width", 10,0]
15 14.000000000123691 - Pausing at time: 1000, active animations: 1
16 14.000000000123691 - Checking expectation: ["none-test",1,"test","max-width",10, 0]
17 15.000000000100044 - Pausing at time: 1750, active animations: 1
18 15.000000000100044 - Checking expectation: ["none-test",1.75,"test","max-width", "none",0]
19 15.000000000100044 - Pausing at time: 2000, active animations: 1
20 15.000000000100044 - Checking expectation: ["none-test",2,"test","max-width","no ne",0]
21 15.000000000100044 - Ending test
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698