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

Unified Diff: LayoutTests/fast/css/webkit-mask-crash-implicit-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/css/webkit-mask-crash-implicit-expected.txt
diff --git a/LayoutTests/fast/css/webkit-mask-crash-implicit-expected.txt b/LayoutTests/fast/css/webkit-mask-crash-implicit-expected.txt
index 1daefec0094f30bc3823d1b27f693648c17878c9..4d1341026564d7c26236c97e3170fb51d688f038 100644
--- a/LayoutTests/fast/css/webkit-mask-crash-implicit-expected.txt
+++ b/LayoutTests/fast/css/webkit-mask-crash-implicit-expected.txt
@@ -1,5 +1,5 @@
PASS document.styleSheets[1].rules[0].style.cssText is "-webkit-mask-repeat-x: repeat; -webkit-mask-repeat-y: inherit;"
-FAIL document.styleSheets[1].rules[0].style.getPropertyValue('-webkit-mask') should be (of type string). Was null (of type object).
+PASS document.styleSheets[1].rules[0].style.getPropertyValue('-webkit-mask') is ""
FAIL document.styleSheets[1].rules[0].style.getPropertyValue('-webkit-mask-repeat') should be . Was inherit.
PASS successfullyParsed is true

Powered by Google App Engine
This is Rietveld 408576698