| Index: LayoutTests/fast/masking/parsing-mask-expected.txt
|
| diff --git a/LayoutTests/fast/masking/parsing-mask-expected.txt b/LayoutTests/fast/masking/parsing-mask-expected.txt
|
| index 02becd72ef9926a3b4a33fd07dc753f89cc9659b..6d3c78f7d9fc2f73e1726e89358cc9fdef103798 100644
|
| --- a/LayoutTests/fast/masking/parsing-mask-expected.txt
|
| +++ b/LayoutTests/fast/masking/parsing-mask-expected.txt
|
| @@ -70,6 +70,7 @@ PASS innerStyle("-webkit-mask", "none padding-box border-box") is "none padding-
|
| PASS innerStyle("-webkit-mask", "none left top / auto") is "none 0% 0% / auto"
|
| PASS innerStyle("-webkit-mask", "none left top / auto auto") is "none 0% 0% / auto"
|
| PASS innerStyle("-webkit-mask", "none left top / 100%") is "none 0% 0% / 100%"
|
| +PASS innerStyle("-webkit-mask", "none left top / 100% 100%") is "none 0% 0% / 100% 100%"
|
| PASS innerStyle("-webkit-mask", "none left top / 0%") is "none 0% 0% / 0%"
|
| PASS innerStyle("-webkit-mask", "none left top / auto 0%") is "none 0% 0% / auto 0%"
|
| PASS innerStyle("-webkit-mask", "none left top / cover") is "none 0% 0% / cover"
|
|
|