Files
pathduck.github.io/test/spatial-navigation/frame.html
T
2023-08-11 22:41:30 +02:00

11 lines
187 B
HTML
Executable File

<!DOCTYPE html>
<html>
<head>
<title>Input focus test</title>
</head>
<body>
<p>This should not get focus: <input></p>
<p>This should get focus: <input autofocus></p>
</body>
</html>