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

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

Issue 2658793002: Report w3c test result count for WPT (Closed)
Patch Set: update 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
1 This is a testharness.js-based test. 1 This is a testharness.js-based test.
2 Found 35 tests. 0 PASS 35 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 createDiv(t).animate(null, { spacing: '' }); 4 createDiv(t).animate(null, { 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 createDiv(t).animate(null, { spacing: 'dist' }); 7 createDiv(t).animate(null, { spacing: 'dist' });
7 }" did not throw 8 }" did not throw
8 FAIL Test throwing TypeError if adding leading spaces assert_throws: function "f unction () { 9 FAIL Test throwing TypeError if adding leading spaces assert_throws: function "f unction () {
9 createDiv(t).animate(null, { spacing: ' paced(margin-left)' }); 10 createDiv(t).animate(null, { spacing: ' paced(margin-left)' });
10 }" did not throw 11 }" did not throw
11 FAIL Test throwing TypeError if adding trailing spaces assert_throws: function " function () { 12 FAIL Test throwing TypeError if adding trailing spaces assert_throws: function " function () {
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 FAIL Test falling back to distribute spacing if using a unrecognized property wh ich starts with a minus and a low line assert_equals: spacing mode expected (str ing) "distribute" but got (undefined) undefined 76 FAIL Test falling back to distribute spacing if using a unrecognized property wh ich starts with a minus and a low line assert_equals: spacing mode expected (str ing) "distribute" but got (undefined) undefined
76 FAIL Test falling back to distribute spacing if using a unrecognized property wh ich starts with a minus and a valid escape assert_equals: spacing mode expected (string) "distribute" but got (undefined) undefined 77 FAIL Test falling back to distribute spacing if using a unrecognized property wh ich starts with a minus and a valid escape assert_equals: spacing mode expected (string) "distribute" but got (undefined) undefined
77 FAIL Test falling back to distribute spacing if using CSS variables assert_equal s: spacing mode expected (string) "distribute" but got (undefined) undefined 78 FAIL Test falling back to distribute spacing if using CSS variables assert_equal s: spacing mode expected (string) "distribute" but got (undefined) undefined
78 FAIL Test falling back to distribute spacing if using a non-animatable shorthand property assert_equals: spacing mode expected (string) "distribute" but got (un defined) undefined 79 FAIL Test falling back to distribute spacing if using a non-animatable shorthand property assert_equals: spacing mode expected (string) "distribute" but got (un defined) undefined
79 FAIL Test falling back to distribute spacing if using a non-animatable property assert_equals: spacing mode expected (string) "distribute" but got (undefined) u ndefined 80 FAIL Test falling back to distribute spacing if using a non-animatable property assert_equals: spacing mode expected (string) "distribute" but got (undefined) u ndefined
80 FAIL Test default value of spacing assert_equals: spacing mode expected (string) "distribute" but got (undefined) undefined 81 FAIL Test default value of spacing assert_equals: spacing mode expected (string) "distribute" but got (undefined) undefined
81 FAIL Test spacing value if setting distribute assert_equals: spacing mode expect ed (string) "distribute" but got (undefined) undefined 82 FAIL Test spacing value if setting distribute assert_equals: spacing mode expect ed (string) "distribute" but got (undefined) undefined
82 FAIL Test spacing value if setting paced assert_equals: spacing mode expected (s tring) "paced(margin-left)" but got (undefined) undefined 83 FAIL Test spacing value if setting paced assert_equals: spacing mode expected (s tring) "paced(margin-left)" but got (undefined) undefined
83 Harness: the test ran to completion. 84 Harness: the test ran to completion.
84 85
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698