Add missing file

This commit is contained in:
Florian Bruhin 2017-04-28 15:22:29 +02:00
parent a2c8e093f4
commit 20da495376

View File

@ -0,0 +1,16 @@
<html>
<head>
<title>Form with tagName child</title>
</head>
<body>
<form id="theform">
<input name="tagName" type="text">
</form>
<svg xmlns="http://www.w3.org/2000/svg" width="30" height="20" viewBox="0 0 3 2" id="icon">
<rect width="1" height="2" x="0" fill="#008d46" />
<rect width="1" height="2" x="1" fill="#ffffff" />
<rect width="1" height="2" x="2" fill="#d2232c" />
</svg>
<ul><li id="listitem">List item</li></ul>
</body>
</html>