mirror of
https://github.com/swc-project/swc.git
synced 2025-01-07 06:06:41 +03:00
19 lines
427 B
HTML
19 lines
427 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>
|