blob: 829e2586a32b1e67d3c7fd10e141b0b5d53b9433 [file] [log] [blame]
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*/