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

Unified Diff: LayoutTests/fast/css/getPropertyValue-webkit-text-stroke-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/css/getPropertyValue-webkit-text-stroke-expected.txt
diff --git a/LayoutTests/fast/css/getPropertyValue-webkit-text-stroke-expected.txt b/LayoutTests/fast/css/getPropertyValue-webkit-text-stroke-expected.txt
index 289099977f911b07d25fb75c34cfd5948f9f6175..3fd8c50d6b42087e623a5bf756c46bb4fb0b9c21 100644
--- a/LayoutTests/fast/css/getPropertyValue-webkit-text-stroke-expected.txt
+++ b/LayoutTests/fast/css/getPropertyValue-webkit-text-stroke-expected.txt
@@ -9,9 +9,9 @@ PASS webkitTextStrokeValue("text-stroke3") is "thin"
PASS webkitTextStrokeValue("text-stroke4") is "1px red"
PASS webkitTextStrokeValue("text-stroke5") is "1px black"
NOTE: 'foo' is an illegal CSS value for '-webkit-text-stroke'.
-PASS webkitTextStrokeValue("text-stroke6") is null
-NOTE: If only few longhand properties are specified, getPropertyValue for shorthand property returns null.
-PASS webkitTextStrokeValue("text-stroke7") is null
+PASS webkitTextStrokeValue("text-stroke6") is ""
+NOTE: If only few longhand properties are specified, getPropertyValue for shorthand property returns empty string.
+PASS webkitTextStrokeValue("text-stroke7") is ""
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698