mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-04 02:57:38 +00:00
34507e5aa5
--HG-- extra : rebase_source : 6493149cc6e5949bbe67f6e53a737c637bce39c4
12 lines
285 B
HTML
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>
|