2022-06-04 20:51:36 +03:00
|
|
|
<!doctype html><html lang=en><title>Document</title><body>
|
2022-04-29 06:19:44 +03:00
|
|
|
<form action=/test>
|
|
|
|
<input onkeydown=myFunction()>
|
|
|
|
</form>
|
|
|
|
<div type=text onmouseover=myFunction()>test</div>
|
2022-05-12 07:40:47 +03:00
|
|
|
<div type=text onmouseover=myFunction()>test</div>
|
|
|
|
<div type=text>test</div>
|
2022-06-23 06:29:00 +03:00
|
|
|
<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>
|
2022-06-21 17:28:53 +03:00
|
|
|
<circle onmouseover='alert("test")' cx=50 cy=50 r=30 style=fill:url(#gradient) />
|
2022-05-12 07:40:47 +03:00
|
|
|
</svg>
|
2022-04-29 06:19:44 +03:00
|
|
|
|