mirror of
https://github.com/swc-project/swc.git
synced 2024-12-29 16:42:28 +03:00
22 lines
543 B
HTML
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> |