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

Unified Diff: third_party/WebKit/LayoutTests/inspector/elements/styles-3/styles-computed-trace-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-3/styles-computed-trace-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/elements/styles-3/styles-computed-trace-expected.txt b/third_party/WebKit/LayoutTests/inspector/elements/styles-3/styles-computed-trace-expected.txt
index 10f4b1d8552a3f7f5ecf2bbc0fba34b99cd34fd8..02ae47863bc706f5aa471d304ee97fda189d7ad2 100644
--- a/third_party/WebKit/LayoutTests/inspector/elements/styles-3/styles-computed-trace-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/elements/styles-3/styles-computed-trace-expected.txt
@@ -13,6 +13,14 @@ background-image: none;
initial - #id1 styles-computed-trace.html:23 -> styles-computed-trace.html:23:1
background-origin: padding-box;
initial - #id1 styles-computed-trace.html:23 -> styles-computed-trace.html:23:1
+background-position-x: 0%;
+ initial - #id1 styles-computed-trace.html:23 -> styles-computed-trace.html:23:1
+background-position-y: 0%;
+ initial - #id1 styles-computed-trace.html:23 -> styles-computed-trace.html:23:1
+background-repeat-x: ;
+ initial - #id1 styles-computed-trace.html:23 -> styles-computed-trace.html:23:1
+background-repeat-y: ;
+ initial - #id1 styles-computed-trace.html:23 -> styles-computed-trace.html:23:1
background-size: auto;
initial - #id1 styles-computed-trace.html:23 -> styles-computed-trace.html:23:1
display: block;
@@ -21,8 +29,6 @@ font-family: Courier;
Courier - #id1 styles-computed-trace.html:18 -> styles-computed-trace.html:18:1
OVERLOADED Times - #id1 styles-computed-trace.html:13 -> styles-computed-trace.html:13:1
OVERLOADED Arial - body styles-computed-trace.html:4 -> styles-computed-trace.html:4:1
-text-decoration: underline solid rgb(0, 0, 0);
- underline - div styles-computed-trace.html:9 -> styles-computed-trace.html:9:1
text-decoration-color: rgb(0, 0, 0);
initial - div styles-computed-trace.html:9 -> styles-computed-trace.html:9:1
text-decoration-line: underline;
@@ -42,8 +48,6 @@ font-family: Courier;
OVERLOADED Courier - #id1 styles-computed-trace.html:18 -> styles-computed-trace.html:18:1
OVERLOADED Times - #id1 styles-computed-trace.html:13 -> styles-computed-trace.html:13:1
OVERLOADED Arial - body styles-computed-trace.html:4 -> styles-computed-trace.html:4:1
-text-decoration: underline solid rgb(0, 0, 0);
- underline - div styles-computed-trace.html:9 -> styles-computed-trace.html:9:1
text-decoration-color: rgb(0, 0, 0);
initial - div styles-computed-trace.html:9 -> styles-computed-trace.html:9:1
text-decoration-line: underline;

Powered by Google App Engine
This is Rietveld 408576698