mirror of
https://github.com/swc-project/swc.git
synced 2025-01-08 23:10:13 +03:00
18 lines
391 B
HTML
18 lines
391 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>
|