gecko-dev/dom/html/crashtests/978644.xhtml
Jesse Ruderman 34507e5aa5 Bug 978644 - Add crashtest. r=me
--HG--
extra : rebase_source : 6493149cc6e5949bbe67f6e53a737c637bce39c4
2017-10-20 08:36:11 -04:00

12 lines
285 B
HTML

<html xmlns="http://www.w3.org/1999/xhtml">
<body onload="document.getElementById('b').appendChild(document.getElementById('v'));">
<fieldset><fieldset id="b"></fieldset></fieldset>
<div id="v"><fieldset><input required="" /><input required="" /></fieldset></div>
</body>
</html>