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

Unified Diff: LayoutTests/fast/box-decoration-break/box-decoration-break-parsing-expected.txt

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-expected.txt
diff --git a/LayoutTests/fast/box-decoration-break/box-decoration-break-parsing-expected.txt b/LayoutTests/fast/box-decoration-break/box-decoration-break-parsing-expected.txt
index 47a86ad68cc3a5ae3083357266a4fbd4658889ea..025d48fd288f9b167d3d62e910b0bab6a098aad6 100644
--- a/LayoutTests/fast/box-decoration-break/box-decoration-break-parsing-expected.txt
+++ b/LayoutTests/fast/box-decoration-break/box-decoration-break-parsing-expected.txt
@@ -7,7 +7,7 @@ PASS e.style.getPropertyValue('-webkit-box-decoration-break') is 'slice'
PASS computedStyle.getPropertyValue('-webkit-box-decoration-break') is 'slice'
PASS e.style.getPropertyValue('-webkit-box-decoration-break') is 'clone'
PASS computedStyle.getPropertyValue('-webkit-box-decoration-break') is 'clone'
-PASS e.style.getPropertyValue('-webkit-box-decoration-break') is null
+PASS e.style.getPropertyValue('-webkit-box-decoration-break') is ""
PASS computedStyle.getPropertyValue('-webkit-box-decoration-break') is 'slice'
PASS successfullyParsed is true

Powered by Google App Engine
This is Rietveld 408576698