Tests that stylesheets with sourceURL comment are shown in the Sources panel.
Running: testSourceURLCommentInInlineScript
Running: testSourceURLComment
body { color: black; }
Running: testDeprecatedSourceURLComment
body { color: black; }
Running: testNonRelativeURL
body { color: red; }
Running: testMultiple
/*# sourceURL=1.css */
body { color: red; }
/*# sourceURL=2.css*/