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

Unified Diff: LayoutTests/fast/css/getPropertyValue-column-rule-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-column-rule-expected.txt
diff --git a/LayoutTests/fast/css/getPropertyValue-column-rule-expected.txt b/LayoutTests/fast/css/getPropertyValue-column-rule-expected.txt
index 0937e386b9cf6d41da191046c35a875bbac2cd75..1687eca040c2217e7591e1cbce6d893e542a3210 100644
--- a/LayoutTests/fast/css/getPropertyValue-column-rule-expected.txt
+++ b/LayoutTests/fast/css/getPropertyValue-column-rule-expected.txt
@@ -11,13 +11,13 @@ PASS div4.style.getPropertyValue("-webkit-column-rule") is '10px'
PASS div5.style.getPropertyValue("-webkit-column-rule") is 'solid black'
PASS div6.style.getPropertyValue("-webkit-column-rule") is 'dashed'
PASS div7.style.getPropertyValue("-webkit-column-rule") is 'green'
-PASS div8.style.getPropertyValue("-webkit-column-rule") is null
+PASS div8.style.getPropertyValue("-webkit-column-rule") is ""
NOTE: 'foo' is an illegal CSS value for '-webkit-column-rule'.
PASS div9.style.getPropertyValue("-webkit-column-rule") is '10px dotted black'
NOTE: If only few longhand properties are specified, getPropertyValue for shorthand property returns null.
-PASS div10.style.getPropertyValue("-webkit-column-rule") is null
-PASS div11.style.getPropertyValue("-webkit-column-rule") is null
-PASS div12.style.getPropertyValue("-webkit-column-rule") is null
+PASS div10.style.getPropertyValue("-webkit-column-rule") is ""
+PASS div11.style.getPropertyValue("-webkit-column-rule") is ""
+PASS div12.style.getPropertyValue("-webkit-column-rule") is ""
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698