| Index: third_party/WebKit/LayoutTests/inspector-protocol/css/css-set-style-text-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/inspector-protocol/css/css-set-style-text-expected.txt b/third_party/WebKit/LayoutTests/inspector-protocol/css/css-set-style-text-expected.txt
|
| index a38b2e616a6110895f63ecb27816fdb051350b78..def7685657f007307afe85437899bd23bf67f7b9 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector-protocol/css/css-set-style-text-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/inspector-protocol/css/css-set-style-text-expected.txt
|
| @@ -1,4 +1,4 @@
|
| -The test verifies functionality of protocol method CSS.setStyleText.
|
| +The test verifies functionality of protocol method CSS.setStyleTexts.
|
|
|
| ==== Initial style sheet text ====
|
| #test {
|
| @@ -217,7 +217,7 @@ Dumping matched rules:
|
| Dumping inherited rules:
|
|
|
| Running test: testSetStylePoorContent
|
| -Expected protocol error: SyntaxError Style text is not valid.
|
| +Expected protocol error: Failed applying edit #0: SyntaxError Style text is not valid.
|
| Dumping matched rules:
|
| *#test* { regular
|
| box-sizing: border-box;
|
| @@ -345,7 +345,7 @@ Dumping matched rules:
|
| Dumping inherited rules:
|
|
|
| Running test: testSetStyleOpenComment
|
| -Expected protocol error: SyntaxError Style text is not valid.
|
| +Expected protocol error: Failed applying edit #0: SyntaxError Style text is not valid.
|
| Dumping matched rules:
|
| *#test* { regular
|
| box-sizing: border-box;
|
| @@ -366,5 +366,5 @@ Dumping matched rules:
|
| Dumping inherited rules:
|
|
|
| Running test: testSetStyleOfRemovedRule
|
| -ERROR: NotFoundError Source range didn't match existing style source range
|
| +ERROR: Failed applying edit #0: NotFoundError Source range didn't match existing style source range
|
|
|
|
|