| 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 4d1341026564d7c26236c97e3170fb51d688f038..2ecb87fb6308f7acb8523af30efbe158120c3e74 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,4 +1,4 @@
|
| -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.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.getPropertyValue('-webkit-mask') is ""
|
| FAIL document.styleSheets[1].rules[0].style.getPropertyValue('-webkit-mask-repeat') should be . Was inherit.
|
| PASS successfullyParsed is true
|
|
|