blob: fc9909ea57be5e56bb5f30f1b5d74931d45ad564 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<!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"/>
</head>
<body>
<div>source maps <span>testcase</span></div>
</body>
</html>
|