Files
palemoon27/browser/devtools/styleinspector/test/doc_sourcemaps.html
T
2018-07-24 23:29:57 +08:00

12 lines
291 B
HTML

<!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_sourcemaps.css"/>
</head>
<body>
<div>source maps <span>testcase</span></div>
</body>
</html>