| Index: LayoutTests/fast/css/parsing-object-fit-expected.txt
|
| diff --git a/LayoutTests/fast/css/parsing-object-fit-expected.txt b/LayoutTests/fast/css/parsing-object-fit-expected.txt
|
| index daa25de22718175cff7e693267bd396cf63384be..cd781629fefb2a178a16615224a183685dc07410 100644
|
| --- a/LayoutTests/fast/css/parsing-object-fit-expected.txt
|
| +++ b/LayoutTests/fast/css/parsing-object-fit-expected.txt
|
| @@ -11,10 +11,10 @@ PASS test("object-fit: contain;") is "contain"
|
| PASS test("object-fit: cover;") is "cover"
|
| PASS test("object-fit: none;") is "none"
|
| PASS test("object-fit: scale-down;") is "scale-down"
|
| -PASS test("object-fit: fill contain;") is null
|
| -PASS test("object-fit: bananas;") is null
|
| -PASS test("object-fit: 23px;") is null
|
| -PASS test("object-fit: 20%;") is null
|
| +PASS test("object-fit: fill contain;") is ""
|
| +PASS test("object-fit: bananas;") is ""
|
| +PASS test("object-fit: 23px;") is ""
|
| +PASS test("object-fit: 20%;") is ""
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|