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

Unified Diff: LayoutTests/inspector/debugger/file-system-project-mapping-expected.txt

Issue 15832007: DevTools: Add support for //# sourceURL (sourceMappingURL) comments and deprecate //@ ones (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebaselined Created 7 years, 6 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/file-system-project-mapping-expected.txt
diff --git a/LayoutTests/inspector/debugger/file-system-project-mapping-expected.txt b/LayoutTests/inspector/debugger/file-system-project-mapping-expected.txt
index fd43ecb7358ad6c125f4df67544a8466e3bcb8bb..71b2915cd2f48f26e6e98623b3598531009df974 100644
--- a/LayoutTests/inspector/debugger/file-system-project-mapping-expected.txt
+++ b/LayoutTests/inspector/debugger/file-system-project-mapping-expected.txt
@@ -23,7 +23,7 @@ Adding file system.
Dumping uiSourceCode and script content:
uiSourceCode: <foo content>
script: <foo content>
- //@ sourceURL=http://localhost/html/foo.js
+ //# sourceURL=http://localhost/html/foo.js
- hasDivergedFromVM: false
- sourceFrame._muted: false
@@ -34,7 +34,7 @@ Committing uiSourceCode with live edit failure:
Dumping uiSourceCode and script content:
uiSourceCode: <foo content edited>
script: <foo content>
- //@ sourceURL=http://localhost/html/foo.js
+ //# sourceURL=http://localhost/html/foo.js
- hasDivergedFromVM: true
- sourceFrame._muted: true
@@ -43,7 +43,7 @@ Loading script.
Dumping uiSourceCode and script content:
uiSourceCode: <foo content edited>
script: <foo content>
- //@ sourceURL=http://localhost/html/foo.js
+ //# sourceURL=http://localhost/html/foo.js
- hasDivergedFromVM: true
- sourceFrame._muted: true
@@ -54,7 +54,7 @@ Committing uiSourceCode again (with live edit success now):
Dumping uiSourceCode and script content:
uiSourceCode: <foo content edited again>
script: <foo content edited again>
- //@ sourceURL=http://localhost/html/foo.js
+ //# sourceURL=http://localhost/html/foo.js
- hasDivergedFromVM: false
- sourceFrame._muted: false
Reloading page:

Powered by Google App Engine
This is Rietveld 408576698