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

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

Issue 1274643002: CSSStyleDeclaraction returns empty string (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Removed changes from imported/csswg-test Created 5 years, 4 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: LayoutTests/fast/box-shadow/box-shadow-parsing-invalid-expected.txt
diff --git a/LayoutTests/fast/box-shadow/box-shadow-parsing-invalid-expected.txt b/LayoutTests/fast/box-shadow/box-shadow-parsing-invalid-expected.txt
index c22aec7f27497b96a9223ad16218418ee279cf46..759bfe7a304c3e14075b3a5dd3deb03e5270591e 100644
--- a/LayoutTests/fast/box-shadow/box-shadow-parsing-invalid-expected.txt
+++ b/LayoutTests/fast/box-shadow/box-shadow-parsing-invalid-expected.txt
@@ -7,17 +7,17 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
Negative blur radius value : 10px 10px -1px rgb(255, 0, 0)
PASS cssRule.type is 1
PASS declaration.length is 0
-PASS declaration.getPropertyValue('box-shadow') is null
+PASS declaration.getPropertyValue('box-shadow') is ""
Negative blur radius value, with a spread defined : 10px 10px -1px 10px rgb(255, 0, 0)
PASS cssRule.type is 1
PASS declaration.length is 0
-PASS declaration.getPropertyValue('box-shadow') is null
+PASS declaration.getPropertyValue('box-shadow') is ""
Negative blur radius value, with a negative spread defined : 10px 10px -1px -1px rgb(255, 0, 0)
PASS cssRule.type is 1
PASS declaration.length is 0
-PASS declaration.getPropertyValue('box-shadow') is null
+PASS declaration.getPropertyValue('box-shadow') is ""
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698