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

Side by Side Diff: LayoutTests/inspector-protocol/css/css-set-style-text-expected.txt

Issue 1187193005: DevTools: migrate from CSS.setPropertyText to CSS.setStyleText (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: for landing Created 5 years, 6 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 | Annotate | Revision Log
OLDNEW
1 The test verifies functionality of protocol method CSS.setStyleText. 1 The test verifies functionality of protocol method CSS.setStyleText.
2 2
3 ==== Initial style sheet text ==== 3 ==== Initial style sheet text ====
4 #test { 4 #test {
5 box-sizing: border-box; 5 box-sizing: border-box;
6 } 6 }
7 7
8 #test { 8 #test {
9 /* resetting some properties */ 9 /* resetting some properties */
10 line-height: 1; 10 line-height: 1;
(...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after
209 } 209 }
210 @media (min-width: 1px) 210 @media (min-width: 1px)
211 *#test* { regular 211 *#test* { regular
212 font-size: 200%; 212 font-size: 200%;
213 } 213 }
214 @media (min-width: 1px) 214 @media (min-width: 1px)
215 *#test* { regular 215 *#test* { regular
216 } 216 }
217 Dumping inherited rules: 217 Dumping inherited rules:
218 218
219 Running test: testSetStyleOfRemovedRule
220 ERROR: NotFoundError Source range didn't match existing style source range
221
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698