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

Side by Side Diff: LayoutTests/inspector-protocol/css/css-set-effective-property-value-expected.txt

Issue 1310923003: Devtools [LayoutEditor]: Patch values in the selected rule (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@medias
Patch Set: Created 5 years, 3 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
OLDNEW
1 The test verifies functionality of protocol method CSS.setStyleText. 1 The test verifies functionality of protocol method CSS.setStyleText.
2 2
3 Dumping inline style: 3 Dumping inline style:
4 { 4 {
5 padding-top: 55px; 5 padding-top: 55px;
6 margin-top: 33px !important; 6 margin-top: 33px !important;
7 } 7 }
8 Dumping matched rules: 8 Dumping matched rules:
9 *#inspected* { regular 9 *#inspected* { regular
10 margin-left: 10px !important; 10 margin-left: 10px !important;
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
157 padding-left: 40px; 157 padding-left: 40px;
158 } 158 }
159 @media (min-width: 1px) 159 @media (min-width: 1px)
160 *#inspected* { regular 160 *#inspected* { regular
161 padding-left: 5px; 161 padding-left: 5px;
162 margin-left: 20px; 162 margin-left: 20px;
163 padding-left: 10px; 163 padding-left: 10px;
164 margin-top: 15px !important; 164 margin-top: 15px !important;
165 } 165 }
166 166
167 Running test: testChangeCSSOMEDProperty
168 {
169 padding-top: 55px;
170 margin-top: 33px !important;
171 margin-bottom: 101px;
172 }
173 *#inspected* { regular readonly
174 margin-left: 10px;
175 margin-bottom: 10px;
176 }
177 *#inspected* { regular
178 padding: 10px 20px 30px 40px;
179 padding-top: 50px;
180 padding-right: 20px;
181 padding-bottom: 30px;
182 padding-left: 40px;
183 }
184 @media (min-width: 1px)
185 *#inspected* { regular
186 padding-left: 5px;
187 margin-left: 20px;
188 padding-left: 10px;
189 margin-top: 15px !important;
190 }
191
192 Running test: testAppendWithSeparator 167 Running test: testAppendWithSeparator
193 Dumping inline style: 168 Dumping inline style:
194 { 169 {
195 padding-left: 10px; 170 padding-left: 10px;
196 } 171 }
197 Dumping matched rules: 172 Dumping matched rules:
198 Dumping inherited rules: 173 Dumping inherited rules:
199 Resulting styles 174 Resulting styles
200 { 175 {
201 padding-left: 10px; 176 padding-left: 10px;
202 padding-right: 101px; 177 padding-right: 101px;
203 } 178 }
204 179
OLDNEW
« no previous file with comments | « LayoutTests/inspector-protocol/css/css-set-effective-property-value.html ('k') | Source/core/inspector/InspectorCSSAgent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698