1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-05-27 12:21:17 +00:00
Files

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>