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

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

Issue 211193006: DevTools: [CSS] use setStyleText as undo action for setPropertyText (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: do not crash renderer in case of invalid styleId 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 ==== Style sheet text ====
7 content: 'EDITED PROPERTY'; border: 0px;
8
9 Running test: testBreakingCommentEditProperty
10 Expected protocol error: SyntaxError The property '/*<--OPENED COMMENT' could no t be set.
11
12 Running test: testInsertFirstProperty
13 ==== Style sheet text ====
14 content: 'INSERTED PROPERTY';color: red; border: 0px;
15
16 Running test: testInsertMultipleProperties
17 ==== Style sheet text ====
18 content: 'INSERTED #1';content: 'INSERTED #2'; border: 0px;
19
20 Running test: testInsertLastProperty
21 ==== Style sheet text ====
22 color: red; border: 0px;content: 'INSERTED PROPERTY';
23
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698