forked from mykmelez/gecko
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 1593925 [wpt PR 20083] - autofocus: Add tests for delegatesFocus …
…and <area>., a=testonly Automatic update from web-platform-tests autofocus: Add tests for delegatesFocus and <area> Follows whatwg/html#5059. -- wpt-commits: 4cfddceea40940f2d8290bb92d081824fe781942 wpt-pr: 20083
- Loading branch information
1 parent
857ec79
commit d5913b2
Showing
2 changed files
with
51 additions
and
0 deletions.
There are no files selected for viewing
5 changes: 5 additions & 0 deletions
5
...web-platform/tests/html/interaction/focus/the-autofocus-attribute/resources/imagemap.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<!DOCTYPE html> | ||
<body> | ||
<img src="/media/poster.png" usemap="#map"> | ||
<map name="map"></map> | ||
</body> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters