mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-15 17:03:07 +09:00
13 lines
467 B
HTML
13 lines
467 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"/>
|
|
<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>
|