| Index: LayoutTests/inspector-protocol/css/css-set-inline-style-text-expected.txt
|
| diff --git a/LayoutTests/inspector-protocol/css/css-set-inline-style-text-expected.txt b/LayoutTests/inspector-protocol/css/css-set-inline-style-text-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..2e946ac8d5ceb9dbed4d5b1f613ec779b079c3ae
|
| --- /dev/null
|
| +++ b/LayoutTests/inspector-protocol/css/css-set-inline-style-text-expected.txt
|
| @@ -0,0 +1,23 @@
|
| +The test verifies functionality of protocol method CSS.setStyleText for inline elements.
|
| +
|
| +==== Initial style sheet text ====
|
| +color: red;
|
| +
|
| +Running test: testBasicSetStyle
|
| +==== Style sheet text ====
|
| +content: 'EDITED'
|
| +Stylesheet text: content: 'EDITED'
|
| +
|
| +Running test: testSetStylePoorContent
|
| +Expected protocol error: SyntaxError Style text is not valid.
|
| +Stylesheet text: color: red;
|
| +
|
| +Running test: testDeleteStyleBody
|
| +==== Style sheet text ====
|
| +
|
| +Stylesheet text:
|
| +
|
| +Running test: testSetStyleOpenComment
|
| +Expected protocol error: SyntaxError Style text is not valid.
|
| +Stylesheet text: color: red;
|
| +
|
|
|