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

Side by Side Diff: third_party/WebKit/LayoutTests/animations/interpolation/display-interpolation-expected.txt

Issue 2696083004: Do not commit: Remove testharness.js test results that are all-PASS, ignoring console output (Closed)
Patch Set: Created 3 years, 10 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
(Empty)
1 This is a testharness.js-based test.
2 PASS This test uses interpolation-test.js.
3 PASS CSS Animations: property <display> from [none] to [flex] at (-0.3) is [bloc k]
4 PASS CSS Animations: property <display> from [none] to [flex] at (0) is [block]
5 PASS CSS Animations: property <display> from [none] to [flex] at (0.3) is [block ]
6 PASS CSS Animations: property <display> from [none] to [flex] at (0.6) is [block ]
7 PASS CSS Animations: property <display> from [none] to [flex] at (1) is [block]
8 PASS CSS Animations: property <display> from [none] to [flex] at (1.5) is [block ]
9 FAIL Web Animations: property <display> from [none] to [flex] at (-0.3) is [bloc k] assert_equals: expected "none " but got "block "
10 FAIL Web Animations: property <display> from [none] to [flex] at (0) is [block] assert_equals: expected "none " but got "block "
11 FAIL Web Animations: property <display> from [none] to [flex] at (0.3) is [block ] assert_equals: expected "none " but got "block "
12 FAIL Web Animations: property <display> from [none] to [flex] at (0.5) is [block ] assert_equals: expected "flex " but got "block "
13 FAIL Web Animations: property <display> from [none] to [flex] at (0.6) is [block ] assert_equals: expected "flex " but got "block "
14 FAIL Web Animations: property <display> from [none] to [flex] at (1) is [block] assert_equals: expected "flex " but got "block "
15 FAIL Web Animations: property <display> from [none] to [flex] at (1.5) is [block ] assert_equals: expected "flex " but got "block "
16 Harness: the test ran to completion.
17
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698