398095-1.html 185 B

1234567891011
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. </head>
  5. <body onload="document.getElementById('div').firstChild.data = 'x';">
  6. <div style="display: table-footer-group;" id="div"> </div>
  7. </body>
  8. </html>