1 2 3 4 5 6 7
<html> <body>XXX<p>Foo</p></body> <script> document.body.offsetWidth; document.body.firstChild.data = ' '; </script> </html>