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

Unified Diff: LayoutTests/inspector/sources/debugger/source-url-comment-expected.txt

Issue 256543002: DevTools: do not recognize inline sourceURL, require it to end with the crlf. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: For landing Created 6 years, 8 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/sources/debugger/source-url-comment-expected.txt
diff --git a/LayoutTests/inspector/sources/debugger/source-url-comment-expected.txt b/LayoutTests/inspector/sources/debugger/source-url-comment-expected.txt
index b532eae83e72a87594b36951229c63d94a01d42a..4f8a77c99e010c1f17cc47a2717f0750b5f76f05 100644
--- a/LayoutTests/inspector/sources/debugger/source-url-comment-expected.txt
+++ b/LayoutTests/inspector/sources/debugger/source-url-comment-expected.txt
@@ -3,8 +3,12 @@ Tests that evals with sourceURL comment are shown in scripts panel.
Debugger was enabled.
Running: testSourceURLCommentInInlineScript
-hasSourceURL: undefined
-hasSourceURL: undefined
+
+Running: testSourceURLCommentInScript
+function scriptWithSourceURL() {}
+hasSourceURL: true
+
+Running: testPoorSourceURLCommentInScript
Running: testSourceURLComment
function keepAlive() {}
« no previous file with comments | « LayoutTests/inspector/sources/debugger/source-url-comment.html ('k') | Source/core/inspector/ContentSearchUtils.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698