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

Unified Diff: LayoutTests/inspector-protocol/css/css-set-rule-selector-expected.txt

Issue 1179323003: DevTools: do not use range indices outside of InspectorStyleSheet. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: review comments addressed Created 5 years, 6 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: LayoutTests/inspector-protocol/css/css-set-rule-selector-expected.txt
diff --git a/LayoutTests/inspector-protocol/css/css-set-rule-selector-expected.txt b/LayoutTests/inspector-protocol/css/css-set-rule-selector-expected.txt
index 6c031d5d8672a20543e5291c216af74444f1737d..6b7fa90ff9f6cde422d46f05cf0a8aaa78d58c07 100644
--- a/LayoutTests/inspector-protocol/css/css-set-rule-selector-expected.txt
+++ b/LayoutTests/inspector-protocol/css/css-set-rule-selector-expected.txt
@@ -100,16 +100,16 @@ html, body, div, a {
Running test: testInvalidSelectorText
-Expected protocol error: SyntaxError Selector text is not valid.
+Expected protocol error: SyntaxError Selector or media text is not valid.
Running test: testEmptySelector
-Expected protocol error: SyntaxError Selector text is not valid.
+Expected protocol error: SyntaxError Selector or media text is not valid.
Running test: testSelectorTextWithUnclosedComment
-Expected protocol error: SyntaxError Selector text is not valid.
+Expected protocol error: SyntaxError Selector or media text is not valid.
Running test: testEditSubSelector
-Expected protocol error: Source range didn't match any rule selector source range
+Expected protocol error: NotFoundError Source range didn't match existing source range
Running test: testInvalidParameters
Expected protocol error: range.startLine must be a non-negative integer
« no previous file with comments | « LayoutTests/inspector-protocol/css/css-set-media-text-expected.txt ('k') | Source/core/inspector/InspectorCSSAgent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698