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

Side by Side Diff: third_party/WebKit/LayoutTests/external/wpt/web-animations/interfaces/KeyframeEffect/spacing-expected.txt

Issue 2658793002: Report w3c test result count for WPT (Closed)
Patch Set: update Created 3 years, 11 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 This is a testharness.js-based test. 1 This is a testharness.js-based test.
2 Found 7 tests. 2 PASS 5 FAIL 0 TIMEOUT 0 NOTRUN
2 FAIL Test throwing TypeError if using empty string assert_throws: function "func tion () { 3 FAIL Test throwing TypeError if using empty string assert_throws: function "func tion () {
3 anim.effect.spacing = ''; 4 anim.effect.spacing = '';
4 }" did not throw 5 }" did not throw
5 FAIL Test throwing TypeError if not using the correct keyword assert_throws: fun ction "function () { 6 FAIL Test throwing TypeError if not using the correct keyword assert_throws: fun ction "function () {
6 anim.effect.spacing = 'dist'; 7 anim.effect.spacing = 'dist';
7 }" did not throw 8 }" did not throw
8 FAIL Test falling back to distribute spacing if using a unrecognized property as sert_equals: spacing mode expected "distribute" but got "paced(A)" 9 FAIL Test falling back to distribute spacing if using a unrecognized property as sert_equals: spacing mode expected "distribute" but got "paced(A)"
9 FAIL Test falling back to distribute spacing if using CSS variables assert_equal s: spacing mode expected "distribute" but got "paced(--bg-color)" 10 FAIL Test falling back to distribute spacing if using CSS variables assert_equal s: spacing mode expected "distribute" but got "paced(--bg-color)"
10 FAIL Test falling back to distribute spacing if using a non-animatable property assert_equals: spacing mode expected "distribute" but got "paced(animation-durat ion)" 11 FAIL Test falling back to distribute spacing if using a non-animatable property assert_equals: spacing mode expected "distribute" but got "paced(animation-durat ion)"
11 PASS Test spacing value if setting distribute 12 PASS Test spacing value if setting distribute
12 PASS Test spacing value if setting paced 13 PASS Test spacing value if setting paced
13 Harness: the test ran to completion. 14 Harness: the test ran to completion.
14 15
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698