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

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

Issue 2689763003: Import wpt@06c6c52e05e05483d3c844168a417ee27a554eb7 (Closed)
Patch Set: Update test expectations and baselines. 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/external/wpt/web-animations/interfaces/KeyframeEffectReadOnly/spacing-expected.txt
diff --git a/third_party/WebKit/LayoutTests/external/wpt/web-animations/interfaces/KeyframeEffectReadOnly/spacing-expected.txt b/third_party/WebKit/LayoutTests/external/wpt/web-animations/interfaces/KeyframeEffectReadOnly/spacing-expected.txt
index f876ed252c3659d941145c12f83ebded4db3bb71..3195aa98beb871b2c1aba45a73d1c8b9fba1aa8c 100644
--- a/third_party/WebKit/LayoutTests/external/wpt/web-animations/interfaces/KeyframeEffectReadOnly/spacing-expected.txt
+++ b/third_party/WebKit/LayoutTests/external/wpt/web-animations/interfaces/KeyframeEffectReadOnly/spacing-expected.txt
@@ -20,10 +20,10 @@ FAIL Test throwing TypeError if adding trailing spaces after the paced property
FAIL Test throwing TypeError if these is no paced property assert_throws: function "function () {
createDiv(t).animate(null, { spacing: 'paced()' });
}" did not throw
-FAIL Test throwing TypeError if using a non-ident started string assert_throws: function "function () {
+FAIL Test throwing TypeError if using a non-ident started string with a period assert_throws: function "function () {
createDiv(t).animate(null, { spacing: 'paced(.margin)' });
}" did not throw
-FAIL Test throwing TypeError if using a non-ident started string assert_throws: function "function () {
+FAIL Test throwing TypeError if using a non-ident started string with a number assert_throws: function "function () {
createDiv(t).animate(null, { spacing: 'paced(1margin)' });
}" did not throw
FAIL Test throwing TypeError if using a non-ident started string with an invalid escape assert_throws: function "function () {

Powered by Google App Engine
This is Rietveld 408576698