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

Side by Side Diff: LayoutTests/inspector/styles/stylesheet-source-url-comment-expected.txt

Issue 18698002: Merge 153488 "DevTools: Disable sourceUrl and SourceMappingUrl d..." (Closed) Base URL: svn://svn.chromium.org/blink/branches/chromium/1547/
Patch Set: Created 7 years, 5 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 CONSOLE MESSAGE: "/*@ sourceURL=" source URL declaration is deprecated, "/*# sou rceURL=" declaration should be used instead.
2 Tests that stylesheets with sourceURL comment are shown in the Sources panel. 1 Tests that stylesheets with sourceURL comment are shown in the Sources panel.
3 2
4 3
5 Running: testSourceURLCommentInInlineScript 4 Running: testSourceURLCommentInInlineScript
6 5
7 Running: testSourceURLComment 6 Running: testSourceURLComment
8 body { color: black; } 7 body { color: black; }
9 /*# sourceURL=css/addedInlineStylesheet.css */ 8 /*# sourceURL=css/addedInlineStylesheet.css */
10 9
11 Running: testDeprecatedSourceURLComment 10 Running: testDeprecatedSourceURLComment
12 body { color: black; } 11 body { color: black; }
13 /*@ sourceURL=css/addedInlineStylesheetDeprecated.css */ 12 /*@ sourceURL=css/addedInlineStylesheetDeprecated.css */
14 13
15 Running: testNonRelativeURL 14 Running: testNonRelativeURL
16 body { color: red; } 15 body { color: red; }
17 /*# sourceURL=/css/nonRelativeInlineStylesheet.css */ 16 /*# sourceURL=/css/nonRelativeInlineStylesheet.css */
18 17
OLDNEW
« no previous file with comments | « LayoutTests/inspector/debugger/source-url-comment-expected.txt ('k') | Source/core/inspector/InspectorDebuggerAgent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698