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

Unified Diff: LayoutTests/imported/csswg-test/css-shapes-1/shape-outside/values/shape-margin-005.html

Issue 1274643002: CSSStyleDeclaraction returns empty string (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Updated failing tests 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/imported/csswg-test/css-shapes-1/shape-outside/values/shape-margin-005.html
diff --git a/LayoutTests/imported/csswg-test/css-shapes-1/shape-outside/values/shape-margin-005.html b/LayoutTests/imported/csswg-test/css-shapes-1/shape-outside/values/shape-margin-005.html
index 72a9d025207a77d02311b2b0cdd2f17ffc2f0097..738f41eb7fd162d6585df7e98b28a631dc63927e 100644
--- a/LayoutTests/imported/csswg-test/css-shapes-1/shape-outside/values/shape-margin-005.html
+++ b/LayoutTests/imported/csswg-test/css-shapes-1/shape-outside/values/shape-margin-005.html
@@ -43,7 +43,7 @@
test(function() {
var results = setUpTest("5px", null);
- assert_equals(results[0], null);
+ assert_equals(results[0], "");
assert_equals(results[1], "0px");
}, "shape-margin is not inherited and defaults to 0px");

Powered by Google App Engine
This is Rietveld 408576698