978644.xhtml (285B)
1 <html xmlns="http://www.w3.org/1999/xhtml"> 2 3 <body onload="document.getElementById('b').appendChild(document.getElementById('v'));"> 4 5 <fieldset><fieldset id="b"></fieldset></fieldset> 6 7 <div id="v"><fieldset><input required="" /><input required="" /></fieldset></div> 8 9 </body> 10 11 </html>