| Index: LayoutTests/fast/css/getComputedStyle/computed-style-expected.txt
|
| diff --git a/LayoutTests/fast/css/getComputedStyle/computed-style-expected.txt b/LayoutTests/fast/css/getComputedStyle/computed-style-expected.txt
|
| index e3b00cb339c89127ffcf6e96865a5dc852154279..9ec51b7cc92aef436b14f149930799bb6f09a4f6 100644
|
| --- a/LayoutTests/fast/css/getComputedStyle/computed-style-expected.txt
|
| +++ b/LayoutTests/fast/css/getComputedStyle/computed-style-expected.txt
|
| @@ -5,7 +5,7 @@ background-clip: border-box;
|
| background-color: rgba(0, 0, 0, 0);
|
| background-image: none;
|
| background-origin: padding-box;
|
| -background-position: 0% 0%;
|
| +background-position: left 0% top 0%;
|
| background-repeat: repeat;
|
| background-size: auto;
|
| border-bottom-color: rgb(0, 0, 0);
|
| @@ -172,7 +172,7 @@ justify-content: flex-start;
|
| -webkit-mask-composite: source-over;
|
| -webkit-mask-image: none;
|
| -webkit-mask-origin: border-box;
|
| --webkit-mask-position: 0% 0%;
|
| +-webkit-mask-position: left 0% top 0%;
|
| -webkit-mask-repeat: repeat;
|
| -webkit-mask-size: auto;
|
| order: 0;
|
|
|