blob: ab0dccf47bb945bbca0377d18f635314c3abe862 [file] [log] [blame]
Tests that stylesheets with sourceURL comment are shown in the Sources panel.
Running: testSourceURLCommentInInlineScript
Running: testSourceURLComment
body { color: black; }
/*# sourceURL=css/addedInlineStylesheet.css */
Running: testDeprecatedSourceURLComment
body { color: black; }
/*@ sourceURL=css/addedInlineStylesheetDeprecated.css */
Running: testNonRelativeURL
body { color: red; }
/*# sourceURL=/css/nonRelativeInlineStylesheet.css */