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

Unified Diff: LayoutTests/fast/box-decoration-break/box-decoration-break-parsing.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/box-decoration-break/box-decoration-break-parsing.html
diff --git a/LayoutTests/fast/box-decoration-break/box-decoration-break-parsing.html b/LayoutTests/fast/box-decoration-break/box-decoration-break-parsing.html
index f27e02b4c8b54114a8b1104bbcace3841b1fa39f..15a170e60e82748fc310b6db51d70c714f0effad 100644
--- a/LayoutTests/fast/box-decoration-break/box-decoration-break-parsing.html
+++ b/LayoutTests/fast/box-decoration-break/box-decoration-break-parsing.html
@@ -27,7 +27,7 @@ shouldBe("computedStyle.getPropertyValue('-webkit-box-decoration-break')", "'clo
e.style.webkitBoxDecorationBreak = "";
e.style.webkitBoxDecorationBreak = "invalid";
-shouldBe("e.style.getPropertyValue('-webkit-box-decoration-break')", "null");
+shouldBeEqualToString("e.style.getPropertyValue('-webkit-box-decoration-break')", "");
shouldBe("computedStyle.getPropertyValue('-webkit-box-decoration-break')", "'slice'");
document.body.removeChild(testContainer);

Powered by Google App Engine
This is Rietveld 408576698