Upstream version 7.35.139.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / inspector / sources / debugger / source-url-comment-expected.txt
index 05920c7..4f8a77c 100644 (file)
@@ -4,16 +4,32 @@ Debugger was enabled.
 
 Running: testSourceURLCommentInInlineScript
 
+Running: testSourceURLCommentInScript
+function scriptWithSourceURL() {}
+hasSourceURL: true
+
+Running: testPoorSourceURLCommentInScript
+
 Running: testSourceURLComment
 function keepAlive() {}
+hasSourceURL: true
 
 Running: testDeprecatedSourceURLComment
 function keepAlive() {}
+hasSourceURL: true
+
+Running: testSourceURLAndMappingURLComment
+function keepAlive() {}
+//# sourceMappingURL=sourceMappingURL.map
+hasSourceURL: true
+sourceMapURL: sourceMappingURL.map
 
 Running: testSourceURLCommentInDynamicScript
 function keepAliveInDynamicScript() {}
+hasSourceURL: true
 
 Running: testNonRelativeURL
 function relativeURLScript() {}
+hasSourceURL: true
 Debugger was disabled.