| <!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> |