<!DOCTYPE html> <html> <head> </head> <body onload="document.getElementById('div').firstChild.data = 'x';"> <div style="display: table-footer-group;" id="div"> </div> </body> </html>