blob: da412e59826e62d298d1b0ec1b8b2ab4c1662d9a [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Source map test</title>
<style type="text/css">body .test {
font-size: 14px;
line-height: 28px; }
body .text {
color: green; }
body .test::after {
content: "";
background-color: white; }
body .test {
padding: 5px; }
/*# sourceMappingURL=sourcemap-css-relative.map */
</style>
</head>
<body>
<div class="test text">Test div</div>
</body>
</html>