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

Unified Diff: third_party/WebKit/LayoutTests/fast/box-shadow/box-shadow-parsing-invalid-expected.txt

Issue 1419223002: Move text-shadow/box-shadow properties into CSSPropertyParser (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix failures Created 5 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/fast/box-shadow/box-shadow-parsing-invalid-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/box-shadow/box-shadow-parsing-invalid-expected.txt b/third_party/WebKit/LayoutTests/fast/box-shadow/box-shadow-parsing-invalid-expected.txt
index 759bfe7a304c3e14075b3a5dd3deb03e5270591e..3b0466233d54c227ccd421780bd2278fdcdae7dd 100644
--- a/third_party/WebKit/LayoutTests/fast/box-shadow/box-shadow-parsing-invalid-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/box-shadow/box-shadow-parsing-invalid-expected.txt
@@ -18,6 +18,16 @@ Negative blur radius value, with a negative spread defined : 10px 10px -1px -1px
PASS cssRule.type is 1
PASS declaration.length is 0
PASS declaration.getPropertyValue('box-shadow') is ""
+
+Extraneous commas at beginning : ,,,,,10px 10px rgb(255, 0, 0)
+PASS cssRule.type is 1
+PASS declaration.length is 0
+PASS declaration.getPropertyValue('box-shadow') is ""
+
+Extraneous commas at end : 10px 10px rgb(255, 0, 0),,,,,
+PASS cssRule.type is 1
+PASS declaration.length is 0
+PASS declaration.getPropertyValue('box-shadow') is ""
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698