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

Unified Diff: LayoutTests/fast/css/getPropertyValue-columns.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-columns.html
diff --git a/LayoutTests/fast/css/getPropertyValue-columns.html b/LayoutTests/fast/css/getPropertyValue-columns.html
index 0cb6a8048018a2ecb68922b3e33bab4d428ca5b0..2f26b72949c9223da434b6c455a114ff3df5a5af 100644
--- a/LayoutTests/fast/css/getPropertyValue-columns.html
+++ b/LayoutTests/fast/css/getPropertyValue-columns.html
@@ -40,9 +40,9 @@
shouldBeEqualToString('webkitColumnsValue("columns6")', '10px 2');
shouldBeEqualToString('webkitColumnsValue("columns7")', 'auto auto');
debug("NOTE: 'foo' is an illegal CSS value for '-webkit-columns'.");
- shouldBe('webkitColumnsValue("columns8")', "null");
- debug("NOTE: If only few longhand properties are specified, getPropertyValue for shorthand property returns null.")
- shouldBe('webkitColumnsValue("columns9")', "null");
+ shouldBeEqualToString('webkitColumnsValue("columns8")', "");
+ debug("NOTE: If only few longhand properties are specified, getPropertyValue for shorthand property returns empty string.")
+ shouldBeEqualToString('webkitColumnsValue("columns9")', "");
</script>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698