gecko-dev/layout/style/test/browser.ini
Tom Tromey 916228aee7 Bug 1399911 - preserve sourceURL comment directive on style sheets; r=bz,heycam
In addition to the sourceMappingURL comment, there is a second special
comment, "sourceURL", that can be used to set the "display name" of a
style sheet for developer tools.  This name is also used as the base
URL for the source-map URL resolution algorithm.  sourceURL is
described here:
https://blog.getfirebug.com/2009/08/11/give-your-eval-a-name-with-sourceurl/

This patch changes Firefox to record this URL, if specified, and to
expose it (chrome-only) vai StyleSheet.webidl.

MozReview-Commit-ID: 7NwXsOf7nbY

--HG--
extra : rebase_source : bd5d25b4d44f5f220a4624db346edbc4236c9886
2017-09-14 14:59:32 -06:00

18 lines
396 B
INI

[DEFAULT]
support-files =
bug453896_iframe.html
media_queries_iframe.html
newtab_share_rule_processors.html
mapped.css
mapped.css^headers^
mapped2.css
mapped2.css^headers^
sourcemap_css.html
[browser_bug453896.js]
[browser_newtab_share_rule_processors.js]
skip-if = stylo # Gecko-specific test
[browser_sourcemap.js]
[browser_sourcemap_comment.js]
[browser_sourceurl_comment.js]