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

Side by Side Diff: LayoutTests/virtual/legacy-animations-engine/animations/timing-model-expected.txt

Issue 70903004: Web Animations CSS: Add to experimental web platform features (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add expectations for a couple more newly failing tests Created 7 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 | Annotate | Revision Log
OLDNEW
1 1
2 2
3 3
4 Sanity tests: 4 Sanity tests:
5 PASS: [1s linear] iteration time was [null] at -1s 5 PASS: [1s linear] iteration time was [null] at -1s
6 PASS: [1s linear] iteration time was [0] at 0s 6 PASS: [1s linear] iteration time was [0] at 0s
7 PASS: [1s linear] iteration time was [0.5] at 0.5s 7 PASS: [1s linear] iteration time was [0.5] at 0.5s
8 PASS: [1s linear] iteration time was [0.2] at 0.2s 8 PASS: [1s linear] iteration time was [0.2] at 0.2s
9 PASS: [1s linear] iteration time was [0.8] at 0.8s 9 PASS: [1s linear] iteration time was [0.8] at 0.8s
10 PASS: [1s linear] iteration time was [null] at 2s 10 PASS: [1s linear] iteration time was [null] at 2s
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
129 FAIL: [1s 1.6 linear forwards] iteration time was [1] at 2s expected [0.6] 129 FAIL: [1s 1.6 linear forwards] iteration time was [1] at 2s expected [0.6]
130 FAIL: [1s 1.6 linear forwards reverse ] iteration time was [1] at 2s expected [0 .4] 130 FAIL: [1s 1.6 linear forwards reverse ] iteration time was [1] at 2s expected [0 .4]
131 PASS: [1s 0.6 linear backwards reverse] iteration time was [1] at -1s 131 PASS: [1s 0.6 linear backwards reverse] iteration time was [1] at -1s
132 132
133 Infinite iterations: 133 Infinite iterations:
134 PASS: [1s infinite linear] iteration time was [0] at 1s 134 PASS: [1s infinite linear] iteration time was [0] at 1s
135 PASS: [1s infinite linear] iteration time was [0] at 10s 135 PASS: [1s infinite linear] iteration time was [0] at 10s
136 PASS: [1s infinite linear] iteration time was [0] at 1000s 136 PASS: [1s infinite linear] iteration time was [0] at 1000s
137 PASS: [1s infinite linear] iteration time was [0.4] at 1000.4s 137 PASS: [1s infinite linear] iteration time was [0.4] at 1000.4s
138 138
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698