Commit f9d6a882 authored by Ian Vollick's avatar Ian Vollick Committed by Commit Bot

Add spatial navigation test file

Adds a minimal test file suitable for demonstrating
spatial navigation behavior.

Bug: 956209
Change-Id: I908d5c2f6c7c8e38c075ff5ee87dce3214ca2dbf
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1719769
Commit-Queue: Ian Vollick <vollick@chromium.org>
Reviewed-by: default avatarMehran Mahmoudi <mahmoudi@chromium.org>
Cr-Commit-Position: refs/heads/master@{#681159}
parent 34972974
<html>
<head>
<title>spatnav test page</title>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
</head>
<body>
<p>static text</p>
<video controls></video><br>
<input id="text" type="text"><br>
<a id="a" href="https://google.com">link</a>
<form action="" method="get" class="form-example">
<input type="text" name="name" id="name"></input>
<input type="text" name="location" id="location"></input>
<input type="submit" value="submit"></input>
</form>
</body>
</html>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment