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 |