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

Side by Side 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 CONSOLE MESSAGE: line 10: iframe loaded 1 CONSOLE MESSAGE: line 10: iframe loaded
2 Tests that injected user stylesheets are reflected in the Styles pane. 2 Tests that injected user stylesheets are reflected in the Styles pane.
3 3
4 4
5 Main frame style: 5 Main frame style:
6 background-attachment: scroll; 6 background-attachment: scroll;
7 initial - #main inject-stylesheet.html:5 -> inject-stylesheet.html:5:3 7 initial - #main inject-stylesheet.html:5 -> inject-stylesheet.html:5:3
8 background-clip: border-box; 8 background-clip: border-box;
9 initial - #main inject-stylesheet.html:5 -> inject-stylesheet.html:5:3 9 initial - #main inject-stylesheet.html:5 -> inject-stylesheet.html:5:3
10 background-color: rgb(0, 0, 255); 10 background-color: rgb(0, 0, 255);
11 blue - #main inject-stylesheet.html:5 -> inject-stylesheet.html:5:3 11 blue - #main inject-stylesheet.html:5 -> inject-stylesheet.html:5:3
12 background-image: none; 12 background-image: none;
13 initial - #main inject-stylesheet.html:5 -> inject-stylesheet.html:5:3 13 initial - #main inject-stylesheet.html:5 -> inject-stylesheet.html:5:3
14 background-origin: padding-box; 14 background-origin: padding-box;
15 initial - #main inject-stylesheet.html:5 -> inject-stylesheet.html:5:3 15 initial - #main inject-stylesheet.html:5 -> inject-stylesheet.html:5:3
16 background-position-x: 0%;
17 initial - #main inject-stylesheet.html:5 -> inject-stylesheet.html:5:3
18 background-position-y: 0%;
19 initial - #main inject-stylesheet.html:5 -> inject-stylesheet.html:5:3
20 background-repeat-x: ;
21 initial - #main inject-stylesheet.html:5 -> inject-stylesheet.html:5:3
22 background-repeat-y: ;
23 initial - #main inject-stylesheet.html:5 -> inject-stylesheet.html:5:3
16 background-size: auto; 24 background-size: auto;
17 initial - #main inject-stylesheet.html:5 -> inject-stylesheet.html:5:3 25 initial - #main inject-stylesheet.html:5 -> inject-stylesheet.html:5:3
18 border-bottom-style: solid; 26 border-bottom-style: solid;
19 solid - #main injected stylesheet 27 solid - #main injected stylesheet
20 border-left-style: solid; 28 border-left-style: solid;
21 solid - #main injected stylesheet 29 solid - #main injected stylesheet
22 border-right-style: solid; 30 border-right-style: solid;
23 solid - #main injected stylesheet 31 solid - #main injected stylesheet
24 border-top-style: solid; 32 border-top-style: solid;
25 solid - #main injected stylesheet 33 solid - #main injected stylesheet
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 OVERLOADED initial - body inject-styleshe…me-data.html:4 -> inject-styleshee t-iframe-data.html:4:3 77 OVERLOADED initial - body inject-styleshe…me-data.html:4 -> inject-styleshee t-iframe-data.html:4:3
70 background-color: rgb(255, 0, 0); 78 background-color: rgb(255, 0, 0);
71 red - #iframeBody injected stylesheet 79 red - #iframeBody injected stylesheet
72 OVERLOADED green - body inject-styleshe…me-data.html:4 -> inject-stylesheet- iframe-data.html:4:3 80 OVERLOADED green - body inject-styleshe…me-data.html:4 -> inject-stylesheet- iframe-data.html:4:3
73 background-image: none; 81 background-image: none;
74 initial - #iframeBody injected stylesheet 82 initial - #iframeBody injected stylesheet
75 OVERLOADED initial - body inject-styleshe…me-data.html:4 -> inject-styleshee t-iframe-data.html:4:3 83 OVERLOADED initial - body inject-styleshe…me-data.html:4 -> inject-styleshee t-iframe-data.html:4:3
76 background-origin: padding-box; 84 background-origin: padding-box;
77 initial - #iframeBody injected stylesheet 85 initial - #iframeBody injected stylesheet
78 OVERLOADED initial - body inject-styleshe…me-data.html:4 -> inject-styleshee t-iframe-data.html:4:3 86 OVERLOADED initial - body inject-styleshe…me-data.html:4 -> inject-styleshee t-iframe-data.html:4:3
87 background-position-x: 0%;
88 initial - #iframeBody injected stylesheet
89 OVERLOADED initial - body inject-styleshe…me-data.html:4 -> inject-styleshee t-iframe-data.html:4:3
90 background-position-y: 0%;
91 initial - #iframeBody injected stylesheet
92 OVERLOADED initial - body inject-styleshe…me-data.html:4 -> inject-styleshee t-iframe-data.html:4:3
93 background-repeat-x: ;
94 initial - #iframeBody injected stylesheet
95 OVERLOADED initial - body inject-styleshe…me-data.html:4 -> inject-styleshee t-iframe-data.html:4:3
96 background-repeat-y: ;
97 initial - #iframeBody injected stylesheet
98 OVERLOADED initial - body inject-styleshe…me-data.html:4 -> inject-styleshee t-iframe-data.html:4:3
79 background-size: auto; 99 background-size: auto;
80 initial - #iframeBody injected stylesheet 100 initial - #iframeBody injected stylesheet
81 OVERLOADED initial - body inject-styleshe…me-data.html:4 -> inject-styleshee t-iframe-data.html:4:3 101 OVERLOADED initial - body inject-styleshe…me-data.html:4 -> inject-styleshee t-iframe-data.html:4:3
82 display: block; 102 display: block;
83 block - body user agent stylesheet 103 block - body user agent stylesheet
84 margin-bottom: 8px; 104 margin-bottom: 8px;
85 8px - body user agent stylesheet 105 8px - body user agent stylesheet
86 margin-left: 8px; 106 margin-left: 8px;
87 8px - body user agent stylesheet 107 8px - body user agent stylesheet
88 margin-right: 8px; 108 margin-right: 8px;
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
123 [expanded] 143 [expanded]
124 body { (user agent stylesheet) 144 body { (user agent stylesheet)
125 display: block; 145 display: block;
126 margin: 8px; 146 margin: 8px;
127 margin-top: 8px; 147 margin-top: 8px;
128 margin-right: 8px; 148 margin-right: 8px;
129 margin-bottom: 8px; 149 margin-bottom: 8px;
130 margin-left: 8px; 150 margin-left: 8px;
131 151
132 152
OLDNEW
« 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