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

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

Issue 1181213007: DevTools: introduce CSS.setStyleText, we'll migrate setPropertyText to it later. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: win fixed 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
(Empty)
1 The test verifies functionality of protocol method CSS.setStyleText for inline e lements.
2
3 ==== Initial style sheet text ====
4 color: red;
5
6 Running test: testBasicSetStyle
7 ==== Style sheet text ====
8 content: 'EDITED'
9 Stylesheet text: content: 'EDITED'
10
11 Running test: testSetStylePoorContent
12 Expected protocol error: SyntaxError Style text is not valid.
13 Stylesheet text: color: red;
14
15 Running test: testDeleteStyleBody
16 ==== Style sheet text ====
17
18 Stylesheet text:
19
20 Running test: testSetStyleOpenComment
21 Expected protocol error: SyntaxError Style text is not valid.
22 Stylesheet text: color: red;
23
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698