blob: 0fd9043a286b3022228003ff1f61db09caef2720 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<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>
|