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

Unified Diff: third_party/WebKit/LayoutTests/inspector-protocol/css/css-set-inline-style-text-expected.txt

Issue 1694433003: DevTools: [CSS] Add CSS.setMultipleStyleTexts command to CSS domain (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: %zu is not cross-platform - do not use. Created 4 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/LayoutTests/inspector-protocol/css/css-set-inline-style-text-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector-protocol/css/css-set-inline-style-text-expected.txt b/third_party/WebKit/LayoutTests/inspector-protocol/css/css-set-inline-style-text-expected.txt
index 2e946ac8d5ceb9dbed4d5b1f613ec779b079c3ae..2af3a30e5829e29115bba0b27fa98bb2b9ed7a0c 100644
--- a/third_party/WebKit/LayoutTests/inspector-protocol/css/css-set-inline-style-text-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector-protocol/css/css-set-inline-style-text-expected.txt
@@ -1,4 +1,4 @@
-The test verifies functionality of protocol method CSS.setStyleText for inline elements.
+The test verifies functionality of protocol method CSS.setStyleTexts for inline elements.
==== Initial style sheet text ====
color: red;
@@ -9,7 +9,7 @@ content: 'EDITED'
Stylesheet text: content: 'EDITED'
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.
Stylesheet text: color: red;
Running test: testDeleteStyleBody
@@ -18,6 +18,6 @@ Running test: testDeleteStyleBody
Stylesheet text:
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.
Stylesheet text: color: red;

Powered by Google App Engine
This is Rietveld 408576698