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

Unified Diff: third_party/WebKit/Source/devtools/tests/baseline/protocol-1.2/inspector-protocol/css/css-set-multiple-style-texts-expected.txt

Issue 2668403004: DevTools: rebaseline DOM / CSS / Elements tests (Closed)
Patch Set: remove ax baselines Created 3 years, 10 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/devtools/tests/baseline/protocol-1.2/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/Source/devtools/tests/baseline/protocol-1.2/inspector-protocol/css/css-set-multiple-style-texts-expected.txt
similarity index 83%
copy from third_party/WebKit/LayoutTests/inspector-protocol/css/css-set-multiple-style-texts-expected.txt
copy to third_party/WebKit/Source/devtools/tests/baseline/protocol-1.2/inspector-protocol/css/css-set-multiple-style-texts-expected.txt
index 0a9e47c5edee4c95798975e2ce7d945a4ed9cc42..bfbbd59fba9cfe81945501f5773a3a727e8b32c2 100644
--- a/third_party/WebKit/LayoutTests/inspector-protocol/css/css-set-multiple-style-texts-expected.txt
+++ b/third_party/WebKit/Source/devtools/tests/baseline/protocol-1.2/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 parameters (edits.1.styleSheetId: string value expected)
+Expected protocol error: Invalid request (edits.1.styleSheetId: string value expected)
Running test: testMalformedArguments2
-Expected protocol error: Invalid parameters (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 parameters (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.

Powered by Google App Engine
This is Rietveld 408576698