blob: e2fc655c01aa453f8527a3f309fc454a59b6171a (
plain)
1
2
3
4
5
6
7
|
<!DOCTYPE html>
<html>
<head></head>
<body onload="document.getElementById('x').innerHTML = '<button></button>';">
<form><div id="x"><button></button></div><button></button></form>
</body>
</html>
|