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

Unified Diff: LayoutTests/fast/css/getPropertyValue-webkit-margin-collapse.html

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.html
diff --git a/LayoutTests/fast/css/getPropertyValue-webkit-margin-collapse.html b/LayoutTests/fast/css/getPropertyValue-webkit-margin-collapse.html
index 0853c4891f599508c57da2980781420fcaa331da..0831bb784c5b41224e47b6eb2e93a140c8e26ea5 100644
--- a/LayoutTests/fast/css/getPropertyValue-webkit-margin-collapse.html
+++ b/LayoutTests/fast/css/getPropertyValue-webkit-margin-collapse.html
@@ -33,9 +33,9 @@
shouldBe('webkitMarginCollapseValue("margin-collapse2")', "'discard discard'");
shouldBe('webkitMarginCollapseValue("margin-collapse3")', "'discard separate'");
debug("NOTE: 'foo' is an illegal CSS value for '-webkit-margin-collapse'.");
- shouldBe('webkitMarginCollapseValue("margin-collapse4")', "null");
- debug("NOTE: If only few longhand properties are specified, getPropertyValue for shorthand property returns null.")
- shouldBe('webkitMarginCollapseValue("margin-collapse5")', "null");
+ shouldBeEqualToString('webkitMarginCollapseValue("margin-collapse4")', "");
+ debug("NOTE: If only few longhand properties are specified, getPropertyValue for shorthand property returns empty string.")
+ shouldBeEqualToString('webkitMarginCollapseValue("margin-collapse5")', "");
</script>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698