blob: e6990700e7595a836e1c52a51bd954496cff3271 (
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="doc_sourcemaps2.css"/>
</head>
<body>
<div>source maps <span>testcase</span></div>
</body>
</html>
|