<!DOCTYPE html> <html> <head> </head> <body onload="document.getElementById('s').firstChild.data = 'x';"> <div style="display: -moz-inline-stack;" id="s"> </div> </body> </html>