mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-15 08:53:07 +09:00
11 lines
306 B
HTML
11 lines
306 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>testcase for a loading error with CSS source maps</title>
|
|
<link rel="stylesheet" type="text/css" href="sourcemap-css/test-bootstrap-scss.css"/>
|
|
</head>
|
|
<body>
|
|
<div>source maps <span>testcase</span> (see Bug 1128747)</div>
|
|
</body>
|
|
</html>
|