mirror of
https://github.com/swc-project/swc.git
synced 2025-01-03 19:14:01 +03:00
17 lines
421 B
HTML
17 lines
421 B
HTML
<!doctype html><html lang=en><head><title>Document</title></head>
|
|
<body>
|
|
|
|
<p><button autofocus value=next>Button</button></p>
|
|
<p><button autofocus value=next>Button</button></p>
|
|
<p><button autofocus value=next>Button</button></p>
|
|
<p><button autofocus value=next>Button</button></p>
|
|
<p><button autofocus value=next>Button</button></p>
|
|
|
|
<img draggable=false>
|
|
<img draggable=true>
|
|
|
|
<img data-readonly=test>
|
|
|
|
|
|
</body></html>
|