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

Unified Diff: third_party/WebKit/ManualTests/inspector/remember-last-script.html

Issue 1470323003: [DevTools] Removed support deprecated (//@|/*@) source(URL|MappingURL)= (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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/ManualTests/inspector/remember-last-script.html
diff --git a/third_party/WebKit/ManualTests/inspector/remember-last-script.html b/third_party/WebKit/ManualTests/inspector/remember-last-script.html
index 52e7f020480d41f08f1cbcb1f83f9769ffb0e29a..a971109eb8c67dd67562f04e8024c5e69209feaf 100644
--- a/third_party/WebKit/ManualTests/inspector/remember-last-script.html
+++ b/third_party/WebKit/ManualTests/inspector/remember-last-script.html
@@ -23,14 +23,14 @@ should be the selected script:
<ul>
<li>open Web Inspector, switch to the <b>Scripts</b> panel, then close Web Inspector
</ul>
-</ul>
+</ul>
<script>
f1 = Function([
"",
" doNothing();",
- "//@sourceURL=f1.js"
+ "//# sourceURL=f1.js"
].join("\n"));
function doNothing() { /* allows multi-line functions, easier to debug */ };

Powered by Google App Engine
This is Rietveld 408576698