gecko-dev/layout/style/test/sourcemap_css.html
Tom Tromey 28e8f458a9 Bug 1306887 - keep SourceMap response header on CSS style sheets; r=bz,heycam
When loading a style sheet, if the SourceMap (or legacy X-SourceMap)
response header was seen, record it and make it available to chrome
scripts.

MozReview-Commit-ID: 3wtUADzgrI3

--HG--
extra : rebase_source : 25ed09e264d4b3a679ae970c709dedd4d50e2324
2017-06-28 16:51:46 -07:00

12 lines
343 B
HTML

<!DOCTYPE HTML>
<html>
<head>
<title>Test for bug 1306887</title>
<link rel="stylesheet" type="text/css" href="mapped.css"/>
<link rel="stylesheet" type="text/css" href="mapped2.css"/>
</head>
<body>
<a target="_blank" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1306887">Mozilla Bug 1306887</a>
</body>
</html>