419531-1.html (611B)
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 3 <html> 4 <body> 5 <fieldset> 6 <div style="white-space: pre"> 7 <span>This text doesn't move around This text does</span> 8 <span>This text doesn't move around This text does</span> 9 <span>This text doesn't move around This text does</span> 10 <span id="s">This text doesn't move around This text does</span> 11 </div> 12 </fieldset> 13 <script> 14 document.body.offsetTop; 15 document.getElementById("s").innerHTML += "!"; 16 </script> 17 </body> 18 </html>