OLD | NEW |
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 |
OLD | NEW |