зеркало из https://github.com/mozilla/gecko-dev.git
12 строки
285 B
HTML
12 строки
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>
|