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

Unified Diff: third_party/WebKit/LayoutTests/fast/css/webkit-mask-crash-implicit-expected.txt

Issue 1988013003: Move generic shorthand serialization checks out of specific routines (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@shorthand1
Patch Set: actually fix test Created 4 years, 7 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: third_party/WebKit/LayoutTests/fast/css/webkit-mask-crash-implicit-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/css/webkit-mask-crash-implicit-expected.txt b/third_party/WebKit/LayoutTests/fast/css/webkit-mask-crash-implicit-expected.txt
index 2ecb87fb6308f7acb8523af30efbe158120c3e74..6adf11c0e4f08e8f35d748bd066443c29cbd1069 100644
--- a/third_party/WebKit/LayoutTests/fast/css/webkit-mask-crash-implicit-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/css/webkit-mask-crash-implicit-expected.txt
@@ -1,6 +1,6 @@
-FAIL document.styleSheets[1].rules[0].style.cssText should be -webkit-mask-repeat-x: repeat; -webkit-mask-repeat-y: inherit;. Was -webkit-mask-repeat: inherit;.
+PASS document.styleSheets[1].rules[0].style.cssText is "-webkit-mask-repeat-x: repeat; -webkit-mask-repeat-y: inherit;"
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 document.styleSheets[1].rules[0].style.getPropertyValue('-webkit-mask-repeat') is ""
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698