mirror of
https://github.com/swc-project/swc.git
synced 2024-12-23 13:51:19 +03:00
29 lines
597 B
HTML
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>
|
|
|