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

Unified Diff: LayoutTests/imported/csswg-test/css-shapes-1/shape-outside/values/shape-image-threshold-003.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-image-threshold-003.html
diff --git a/LayoutTests/imported/csswg-test/css-shapes-1/shape-outside/values/shape-image-threshold-003.html b/LayoutTests/imported/csswg-test/css-shapes-1/shape-outside/values/shape-image-threshold-003.html
index 826d3e0a4d6eb50c8feb483b57d10f0db6267ea5..2cbb018e2b06405748bfb968aff4f6036df19981 100644
--- a/LayoutTests/imported/csswg-test/css-shapes-1/shape-outside/values/shape-image-threshold-003.html
+++ b/LayoutTests/imported/csswg-test/css-shapes-1/shape-outside/values/shape-image-threshold-003.html
@@ -42,7 +42,7 @@
test(function() {
var results = setUpTest("0.3", null);
- assert_equals(results[0], null);
+ assert_equals(results[0], "");
assert_equals(results[1], "0");
}, "shape-image-threshold is not inherited and defaults to 0");

Powered by Google App Engine
This is Rietveld 408576698