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

Side by Side Diff: LayoutTests/inspector-protocol/css/css-edit-range-inline-attr-expected.txt

Issue 172593003: DevTools: [CSS] Add CSS.editRangeInStyleSheetText() to the protocol (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fix glitch Created 6 years, 9 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
(Empty)
1 Some red text goes here
2 ==== Initial style sheet text ====
3 color: red; border: 0px;
4
5 Running test: testEditProperty
6 === updated STYLE ===
7 content: 'EDITED PROPERTY'
8 border: 0px
9
10 Running test: testBreakingCommentEditProperty
11 Expected protocol error: NotFoundError Rule property edit should not damage more then one property.
12
13 Running test: testInsertFirstProperty
14 === updated STYLE ===
15 content: 'INSERTED PROPERTY'
16 color: red
17 border: 0px
18
19 Running test: testInsertLastProperty
20 === updated STYLE ===
21 color: red
22 border: 0px
23 content: 'INSERTED PROPERTY'
24
25 Running test: testInsertMultipleProperties
26 === updated STYLE ===
27 color: red
28 content: 'INSERTED #1'
29 content: 'INSERTED #2'
30 border: 0px
31
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698