mirror of
https://github.com/swc-project/swc.git
synced 2024-12-21 04:32:01 +03:00
13 lines
437 B
HTML
13 lines
437 B
HTML
<!doctype html><html lang=en><title>Document</title><a href='javascript:alert("test")'>a</a>
|
|
<a href='javascript:alert("test")'>b</a>
|
|
<iframe src='javascript:alert("test")' frameborder=0></iframe>
|
|
<svg viewBox="0 0 100 100">
|
|
|
|
<a href='javascript:alert("test")'>
|
|
<circle cx=50 cy=40 r=35 />
|
|
</a>
|
|
|
|
<a href='javascript:alert("test")'>
|
|
<text x=50 y=90 text-anchor=middle><circle></text>
|
|
</a>
|
|
</svg> |