gecko-dev/browser/devtools/styleeditor/test/sourcemaps-watching.html

12 lines
309 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="sourcemap-css/sourcemaps.css?test=1"/>
</head>
<body>
<div>source maps <span>testcase</span></div>
</body>
</html>