Index: third_party/WebKit/LayoutTests/inspector-protocol/css/css-set-multiple-style-texts-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/inspector-protocol/css/css-set-multiple-style-texts-expected.txt b/third_party/WebKit/LayoutTests/inspector-protocol/css/css-set-multiple-style-texts-expected.txt |
index 233674bd0b3851326daf08bf4d60194bcb22940b..bfbbd59fba9cfe81945501f5773a3a727e8b32c2 100644 |
--- a/third_party/WebKit/LayoutTests/inspector-protocol/css/css-set-multiple-style-texts-expected.txt |
+++ b/third_party/WebKit/LayoutTests/inspector-protocol/css/css-set-multiple-style-texts-expected.txt |
@@ -25,13 +25,13 @@ The test verifies functionality of protocol method CSS.setStyleTexts. |
Running test: testMalformedArguments1 |
-Expected protocol error: Invalid request (edits.[1].styleSheetId: string value expected) |
+Expected protocol error: Invalid request (edits.1.styleSheetId: string value expected) |
Running test: testMalformedArguments2 |
-Expected protocol error: Invalid request (edits.[0].range: object expected; edits.[0].text: string value expected; edits.[2].styleSheetId: string value expected) |
+Expected protocol error: Invalid request (edits.0.range: object expected; edits.0.text: string value expected; edits.2.styleSheetId: string value expected) |
Running test: testMalformedArguments3 |
-Expected protocol error: Invalid request (edits.[0].range.startLine: integer value expected) |
+Expected protocol error: Invalid request (edits.0.range.startLine: integer value expected) |
Running test: testFirstEditDoesNotApply |
Expected protocol error: Failed applying edit #0: SyntaxError Style text is not valid. |