mirror of
https://github.com/swc-project/swc.git
synced 2024-12-22 13:11:31 +03:00
13 lines
584 B
HTML
13 lines
584 B
HTML
<!doctype html><html lang=en><title>Document</title></head>
|
|
<body>
|
|
<form action=/test>
|
|
<input onkeydown=myFunction()>
|
|
</form>
|
|
<div type=text onmouseover=myFunction()>test</div>
|
|
<div type=text onmouseover=myFunction()>test</div>
|
|
<div type=text>test</div>
|
|
<svg xmlns=http://www.w3.org/2000/svg version=1.1 viewBox="0 0 100 100" preserveAspectRatio="xMidYMid slice" style="width:100%; height:100%; position:absolute; top:0; left:0; z-index:-1;">
|
|
<circle onmouseover="alert('test')" cx=50 cy=50 r=30 style=fill:url(#gradient)></circle>
|
|
</svg>
|
|
|