mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
8 lines
197 B
HTML
8 lines
197 B
HTML
|
<!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>
|