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

Unified Diff: third_party/WebKit/LayoutTests/inspector/elements/styles-2/inject-stylesheet-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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/inspector/elements/styles-2/lazy-computed-style-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/inspector/elements/styles-2/inject-stylesheet-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/elements/styles-2/inject-stylesheet-expected.txt b/third_party/WebKit/LayoutTests/inspector/elements/styles-2/inject-stylesheet-expected.txt
index 955f4e6c90089eb958c3cd6a7decdf7ad1ae1efa..bb3dd0619cacc45f35db375bde7fe3ecbbb1fb9e 100644
--- a/third_party/WebKit/LayoutTests/inspector/elements/styles-2/inject-stylesheet-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/elements/styles-2/inject-stylesheet-expected.txt
@@ -13,6 +13,14 @@ background-image: none;
initial - #main inject-stylesheet.html:5 -> inject-stylesheet.html:5:3
background-origin: padding-box;
initial - #main inject-stylesheet.html:5 -> inject-stylesheet.html:5:3
+background-position-x: 0%;
+ initial - #main inject-stylesheet.html:5 -> inject-stylesheet.html:5:3
+background-position-y: 0%;
+ initial - #main inject-stylesheet.html:5 -> inject-stylesheet.html:5:3
+background-repeat-x: ;
+ initial - #main inject-stylesheet.html:5 -> inject-stylesheet.html:5:3
+background-repeat-y: ;
+ initial - #main inject-stylesheet.html:5 -> inject-stylesheet.html:5:3
background-size: auto;
initial - #main inject-stylesheet.html:5 -> inject-stylesheet.html:5:3
border-bottom-style: solid;
@@ -76,6 +84,18 @@ background-image: none;
background-origin: padding-box;
initial - #iframeBody injected stylesheet
OVERLOADED initial - body inject-styleshe…me-data.html:4 -> inject-stylesheet-iframe-data.html:4:3
+background-position-x: 0%;
+ initial - #iframeBody injected stylesheet
+ OVERLOADED initial - body inject-styleshe…me-data.html:4 -> inject-stylesheet-iframe-data.html:4:3
+background-position-y: 0%;
+ initial - #iframeBody injected stylesheet
+ OVERLOADED initial - body inject-styleshe…me-data.html:4 -> inject-stylesheet-iframe-data.html:4:3
+background-repeat-x: ;
+ initial - #iframeBody injected stylesheet
+ OVERLOADED initial - body inject-styleshe…me-data.html:4 -> inject-stylesheet-iframe-data.html:4:3
+background-repeat-y: ;
+ initial - #iframeBody injected stylesheet
+ OVERLOADED initial - body inject-styleshe…me-data.html:4 -> inject-stylesheet-iframe-data.html:4:3
background-size: auto;
initial - #iframeBody injected stylesheet
OVERLOADED initial - body inject-styleshe…me-data.html:4 -> inject-stylesheet-iframe-data.html:4:3
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/inspector/elements/styles-2/lazy-computed-style-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698