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

Unified Diff: third_party/WebKit/LayoutTests/inspector-protocol/css/css-set-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-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

Powered by Google App Engine
This is Rietveld 408576698