swc/crates/swc_html_minifier/tests/fixture/element/style/output.min.html
2022-06-21 14:28:53 +00:00

29 lines
597 B
HTML

<!doctype html><html lang=en><title>Document</title><body>
<style>a{color:red}</style>
<style>a{color:red}</style>
<style>a{color:red}</style>
<style type=not/css>
K e E p
</style>
<svg>
<style>a{color:red}</style>
</svg>
<style>p{color:red}</style>
<style>a{color:red}@media all{p{color:red}}</style>
<style>.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>