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

Unified Diff: LayoutTests/fast/css/getPropertyValue-webkit-margin-collapse-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-margin-collapse-expected.txt
diff --git a/LayoutTests/fast/css/getPropertyValue-webkit-margin-collapse-expected.txt b/LayoutTests/fast/css/getPropertyValue-webkit-margin-collapse-expected.txt
index 9029e21753979d374f831da706929f49e002c7b2..5b8ed2d9238777b06a12a2bbce7c6e44e344fd14 100644
--- a/LayoutTests/fast/css/getPropertyValue-webkit-margin-collapse-expected.txt
+++ b/LayoutTests/fast/css/getPropertyValue-webkit-margin-collapse-expected.txt
@@ -7,9 +7,9 @@ PASS webkitMarginCollapseValue("margin-collapse1") is 'collapse separate'
PASS webkitMarginCollapseValue("margin-collapse2") is 'discard discard'
PASS webkitMarginCollapseValue("margin-collapse3") is 'discard separate'
NOTE: 'foo' is an illegal CSS value for '-webkit-margin-collapse'.
-PASS webkitMarginCollapseValue("margin-collapse4") is null
-NOTE: If only few longhand properties are specified, getPropertyValue for shorthand property returns null.
-PASS webkitMarginCollapseValue("margin-collapse5") is null
+PASS webkitMarginCollapseValue("margin-collapse4") is ""
+NOTE: If only few longhand properties are specified, getPropertyValue for shorthand property returns empty string.
+PASS webkitMarginCollapseValue("margin-collapse5") is ""
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698