Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(41)

Unified Diff: third_party/WebKit/LayoutTests/inspector/elements/styles-2/lazy-computed-style-expected.txt

Issue 2203473002: DevTools: fix CSS.getComputedStyle protocol method (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: we should not query for descriptors only properties Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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: ;
+ 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;

Powered by Google App Engine
This is Rietveld 408576698