summaryrefslogtreecommitdiffstats
path: root/devtools/client/styleeditor/test/sourcemaps.html
blob: 887e0ed9890fafbabc824d14763245efd43aa024 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!doctype html>
<html>
<head>
  <title>testcase for testing CSS source maps</title>
  <link rel="stylesheet" type="text/css" href="simple.css"/>
  <link rel="stylesheet" type="text/css" href="sourcemap-css/sourcemaps.css?test=1"/>
  <link rel="stylesheet" type="text/css" href="sourcemap-css/contained.css"/>
  <link rel="stylesheet" type="text/css" href="sourcemap-css/test-stylus.css"/>
</head>
<body>
  <div>source maps <span>testcase</span></div>
</body>
</html>