1 2 3 4 5 6 7 8 9
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> </head> <body onload="document.getElementById('f').appendChild(document.createTextNode('X'));"> <fieldset id="f"><legend style="display: table-row-group;"></legend></fieldset> </body> </html>