swc/crates/swc_html_minifier/tests/fixture/attribute/style/output.min.html
2022-06-15 04:04:57 +00:00

11 lines
465 B
HTML

<!doctype html><html lang=en><title>Document</title><style>h1{color:red}p{color:blue}</style><style>h1{color:red}p{color:blue}</style><style>h1{color:red}p{color:blue}</style><style type=" ">
h1 {color:red;}
p {color:blue;}
</style><style>h1{color:red}p{color:blue}</style><style type=unknown/unknown>
h1 {color:red;}
p {color:blue;}
</style><body>
<p style="color: red; background-color: rgb(100, 75, 200);"></p>
<p></p>