Wed, 31 Dec 2014 07:16:47 +0100
Revert simplistic fix pending revisit of Mozilla integration attempt.
michael@0 | 1 | <!DOCTYPE html> |
michael@0 | 2 | <html> |
michael@0 | 3 | <body style="border:3px solid;"> |
michael@0 | 4 | <div style="float:left;">Kitty</div> |
michael@0 | 5 | <div> |
michael@0 | 6 | <div><div style="clear:both"></div></div> |
michael@0 | 7 | Kitty |
michael@0 | 8 | <div style="clear:both">.</div> |
michael@0 | 9 | <div style="float:left;"></div> |
michael@0 | 10 | </div> |
michael@0 | 11 | <div id="i">x</div> |
michael@0 | 12 | <div style="clear:both"></div> |
michael@0 | 13 | <script> |
michael@0 | 14 | document.body.offsetTop; |
michael@0 | 15 | document.getElementById("i").textContent += "x"; |
michael@0 | 16 | document.body.offsetTop; |
michael@0 | 17 | document.getElementById("i").textContent += "x"; |
michael@0 | 18 | </script> |
michael@0 | 19 | </body> |
michael@0 | 20 | </html> |