Add missing file
This commit is contained in:
parent
a2c8e093f4
commit
20da495376
16
tests/end2end/data/issue2569.html
Normal file
16
tests/end2end/data/issue2569.html
Normal 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>
|
Loading…
Reference in New Issue
Block a user