Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/inspector/elements/styles-2/lazy-computed-style-expected.txt |
| diff --git a/third_party/WebKit/LayoutTests/inspector/elements/styles-2/lazy-computed-style-expected.txt b/third_party/WebKit/LayoutTests/inspector/elements/styles-2/lazy-computed-style-expected.txt |
| index b9bce3e822d97976f455ff932b91939109e67e88..26b032b72951f21eba3d1f69ecf85e6bffead2d7 100644 |
| --- a/third_party/WebKit/LayoutTests/inspector/elements/styles-2/lazy-computed-style-expected.txt |
| +++ b/third_party/WebKit/LayoutTests/inspector/elements/styles-2/lazy-computed-style-expected.txt |
| @@ -45,6 +45,14 @@ background-image: none; |
| initial - #inspected lazy-computed-style.html:15 -> lazy-computed-style.html:15:1 |
| background-origin: padding-box; |
| initial - #inspected lazy-computed-style.html:15 -> lazy-computed-style.html:15:1 |
| +background-position-x: 0%; |
| + initial - #inspected lazy-computed-style.html:15 -> lazy-computed-style.html:15:1 |
| +background-position-y: 0%; |
| + initial - #inspected lazy-computed-style.html:15 -> lazy-computed-style.html:15:1 |
| +background-repeat-x: ; |
|
dgozman
2016/08/01 18:46:49
Why empty? Is it a valid value?
lushnikov
2016/08/01 19:22:38
That's consistent with window.getComputedStyle() m
|
| + initial - #inspected lazy-computed-style.html:15 -> lazy-computed-style.html:15:1 |
| +background-repeat-y: ; |
| + initial - #inspected lazy-computed-style.html:15 -> lazy-computed-style.html:15:1 |
| background-size: auto; |
| initial - #inspected lazy-computed-style.html:15 -> lazy-computed-style.html:15:1 |
| display: block; |