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

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

Issue 2408493002: Import wpt@357b83b809e3cbc7a1805e7c3ca108a7980d782f (Closed)
Patch Set: Added one more win7-specific baseline Created 4 years, 2 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 FAIL Test throwing TypeError if using empty string assert_throws: function "func tion () {
3 anim.effect.spacing = '';
4 }" did not throw
5 FAIL Test throwing TypeError if not using the correct keyword assert_throws: fun ction "function () {
6 anim.effect.spacing = 'dist';
7 }" 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 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 PASS Test spacing value if setting distribute
12 PASS Test spacing value if setting paced
13 Harness: the test ran to completion.
14
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698