Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / inspector-protocol / css / css-set-inline-style-text-expected.txt
blob2e946ac8d5ceb9dbed4d5b1f613ec779b079c3ae
1 The test verifies functionality of protocol method CSS.setStyleText for inline elements.
3 ==== Initial style sheet text ====
4 color: red;
6 Running test: testBasicSetStyle
7 ==== Style sheet text ====
8 content: 'EDITED'
9 Stylesheet text: content: 'EDITED'
11 Running test: testSetStylePoorContent
12 Expected protocol error: SyntaxError Style text is not valid.
13 Stylesheet text: color: red;
15 Running test: testDeleteStyleBody
16 ==== Style sheet text ====
18 Stylesheet text: 
20 Running test: testSetStyleOpenComment
21 Expected protocol error: SyntaxError Style text is not valid.
22 Stylesheet text: color: red;