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

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

Issue 2979503002: Move animation timing tests to subdirectory (Closed)
Patch Set: Created 3 years, 5 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 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 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
139 Infinite iterations, zero duration: 139 Infinite iterations, zero duration:
140 PASS: [0s infinite linear] iteration time was [null] at -1s 140 PASS: [0s infinite linear] iteration time was [null] at -1s
141 PASS: [0s infinite linear] iteration time was [null] at 0s 141 PASS: [0s infinite linear] iteration time was [null] at 0s
142 PASS: [0s infinite linear] iteration time was [null] at 2s 142 PASS: [0s infinite linear] iteration time was [null] at 2s
143 143
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698