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

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

Issue 1694433003: DevTools: [CSS] Add CSS.setMultipleStyleTexts command to CSS domain (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address comments Created 4 years, 10 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.setStyleTexts.
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;
11 font-family: "Arial"; 11 font-family: "Arial";
(...skipping 349 matching lines...) Expand 10 before | Expand all | Expand 10 after
361 font-size: 200%; 361 font-size: 200%;
362 } 362 }
363 @media (min-width: 1px) 363 @media (min-width: 1px)
364 *#test* { regular 364 *#test* { regular
365 } 365 }
366 Dumping inherited rules: 366 Dumping inherited rules:
367 367
368 Running test: testSetStyleOfRemovedRule 368 Running test: testSetStyleOfRemovedRule
369 ERROR: NotFoundError Source range didn't match existing style source range 369 ERROR: NotFoundError Source range didn't match existing style source range
370 370
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698