Chromium Code Reviews

Unified Diff: LayoutTests/inspector/sources/debugger/resources/script-with-url.js

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.
Jump to:
View side-by-side diff with in-line comments
Index: LayoutTests/inspector/sources/debugger/resources/script-with-url.js
diff --git a/LayoutTests/inspector/sources/debugger/resources/script-with-url.js b/LayoutTests/inspector/sources/debugger/resources/script-with-url.js
new file mode 100644
index 0000000000000000000000000000000000000000..bf9f428386166a5cc56bf674567c069e3f16c173
--- /dev/null
+++ b/LayoutTests/inspector/sources/debugger/resources/script-with-url.js
@@ -0,0 +1,3 @@
+function scriptWithSourceURL() {}
+
+//# sourceURL=scriptWithSourceURL.js

Powered by Google App Engine