| Index: third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/the-input-element/image01.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/the-input-element/image01.html b/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/the-input-element/image01.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..e9028dceec736da67b8c8814cb103cfecbc518a0
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/the-input-element/image01.html
|
| @@ -0,0 +1,7 @@
|
| +<!DOCTYPE html>
|
| +<meta charset=utf-8>
|
| +<title>input type image</title>
|
| +<link rel="author" title="Denis Ah-Kang" href="mailto:denis@w3.org">
|
| +<link rel=help href="https://html.spec.whatwg.org/multipage/#image-button-state-(type=image)">
|
| +<link rel="match" href="image01-ref.html">
|
| +<input type=image id=image src="/media/poster.png">
|
|
|