Thu, 15 Jan 2015 15:55:04 +0100
Back out 97036ab72558 which inappropriately compared turds to third parties.
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2 <html>
3 <head>
4 <title>Bug 201215</title>
5 </head>
6 <body>
7 <table><tr><td>
8 <div style="background: #DDDDDD; float: right">text text text text text text <span id="insertHere"></span></div>
9 </td></tr></table>
10 <script type="text/javascript">
11 function loadImage() {
12 document.body.offsetWidth
13 var img = document.createElement("img");
14 img.src = "solidblue.png";
15 img.alt = "";
16 target = document.getElementById("insertHere");
17 target.appendChild(img);
18 }
19 loadImage();
20 </script>
21 </body>
22 </html>