diff options
Diffstat (limited to 'dom/html/crashtests/738744.xhtml')
-rw-r--r-- | dom/html/crashtests/738744.xhtml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dom/html/crashtests/738744.xhtml b/dom/html/crashtests/738744.xhtml new file mode 100644 index 0000000000..7f91d0149b --- /dev/null +++ b/dom/html/crashtests/738744.xhtml @@ -0,0 +1,4 @@ +<input xmlns="http://www.w3.org/1999/xhtml" form="f"> + <form id="f" /> + <input form="f" /> +</input> |