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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/imported/wpt/web-animations/interfaces/KeyframeEffect/spacing-expected.txt
diff --git a/third_party/WebKit/LayoutTests/imported/wpt/web-animations/interfaces/KeyframeEffect/spacing-expected.txt b/third_party/WebKit/LayoutTests/imported/wpt/web-animations/interfaces/KeyframeEffect/spacing-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..0abb4cae0e4c7778a28cf97e7aa99a7aca0efb3a
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/imported/wpt/web-animations/interfaces/KeyframeEffect/spacing-expected.txt
@@ -0,0 +1,14 @@
+This is a testharness.js-based test.
+FAIL Test throwing TypeError if using empty string assert_throws: function "function () {
+ anim.effect.spacing = '';
+ }" did not throw
+FAIL Test throwing TypeError if not using the correct keyword assert_throws: function "function () {
+ anim.effect.spacing = 'dist';
+ }" did not throw
+FAIL Test falling back to distribute spacing if using a unrecognized property assert_equals: spacing mode expected "distribute" but got "paced(A)"
+FAIL Test falling back to distribute spacing if using CSS variables assert_equals: spacing mode expected "distribute" but got "paced(--bg-color)"
+FAIL Test falling back to distribute spacing if using a non-animatable property assert_equals: spacing mode expected "distribute" but got "paced(animation-duration)"
+PASS Test spacing value if setting distribute
+PASS Test spacing value if setting paced
+Harness: the test ran to completion.
+

Powered by Google App Engine
This is Rietveld 408576698