mirror of
https://github.com/swc-project/swc.git
synced 2024-12-22 21:21:31 +03:00
18 lines
375 B
HTML
18 lines
375 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>
|
|
|
|
<img draggable=false>
|
|
<img draggable=true>
|
|
|
|
<img data-readonly=test>
|
|
|
|
|
|
</body></html>
|