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

Unified Diff: LayoutTests/inspector/debugger/script-snippet-model-expected.txt

Issue 14672033: DevTools: Make snippets renaming work through SnippetsProjectDelegate. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: . Created 7 years, 7 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/debugger/script-snippet-model-expected.txt
diff --git a/LayoutTests/inspector/debugger/script-snippet-model-expected.txt b/LayoutTests/inspector/debugger/script-snippet-model-expected.txt
index 0cee7cf9ad0ef8db44e7c8c92cc7785cc11f7374..63237f1874f9535885286c18f7cef4119533e044 100644
--- a/LayoutTests/inspector/debugger/script-snippet-model-expected.txt
+++ b/LayoutTests/inspector/debugger/script-snippet-model-expected.txt
@@ -3,8 +3,32 @@ Tests script snippet model.
Debugger was enabled.
Running: testCreateAndRename
-Snippet created.
-Snippet uiSourceCode url is correct.
+Snippet1 created.
+Snippet2 created.
+Renaming snippet to 'foo' ...
+Snippet renamed successfully.
+UISourceCode name is 'foo' now.
+Number of uiSourceCodes in workspace: 2
+Renaming snippet to ' ' ...
+Snippet was not renamed.
+UISourceCode name is 'foo' now.
+Number of uiSourceCodes in workspace: 2
+Renaming snippet to ' bar ' ...
+Snippet renamed successfully.
+UISourceCode name is 'bar' now.
+Number of uiSourceCodes in workspace: 2
+Renaming snippet to 'foo' ...
+Snippet renamed successfully.
+UISourceCode name is 'foo' now.
+Number of uiSourceCodes in workspace: 2
+Renaming snippet to 'bar' ...
+Snippet renamed successfully.
+UISourceCode name is 'bar' now.
+Number of uiSourceCodes in workspace: 2
+Renaming snippet to 'foo' ...
+Snippet was not renamed.
+UISourceCode name is 'bar' now.
+Number of uiSourceCodes in workspace: 2
Running: testEvaluate
Last evaluation source url for snippet: snippets:///1_1

Powered by Google App Engine
This is Rietveld 408576698