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 */ }; |