swc/crates/swc_html_minifier/tests/fixture/element/style/output.min.html
2022-10-27 02:25:45 +00:00

22 lines
543 B
HTML

<!doctype html><html lang=en><title>Document</title><body><style>a{color:red}</style><style type=not/css>
K e E p
</style>
<svg>
<style>a{color:red}</style>
</svg>
<style>p,a{color:red}@media all{p{color:red}}.test{color:red}</style>
<svg viewBox="0 0 10 10">
<style>circle{fill:gold;stroke:maroon;stroke-width:2px}</style>
<circle cx=5 cy=5 r=4 />
</svg>
<math>
<style>
/* This is not style */
.class {
color: red
}
</style>
</math>
<style blocking="a render">a{color:red}</style>