swc/crates/swc_html_minifier/tests/fixture/attribute/style/output.min.html

24 lines
581 B
HTML
Raw Normal View History

<!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></head>
<body>
<p style="color: red; background-color: rgb(100, 75, 200);"></p>
<p></p>