1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-05-26 23:18:26 +00:00
Files
UXP/devtools/client/inspector/rules/test/doc_inline_sourcemap.html
T

19 lines
298 B
HTML

<!doctype html>
<html>
<head>
<title>CSS source maps in inline stylesheets</title>
</head>
<body>
<div>CSS source maps in inline stylesheets</div>
<style>
div {
color: #ff0066; }
span {
background-color: #EEE; }
/*# sourceMappingURL=doc_sourcemaps.css.map */
</style>
</body>
</html>