Bug 1535077 - Switch to using Ref and PureComponent in the SearchBox component. r...
[gecko.git] / layout / reftests / bugs / 201215-1.html
blob4237165649986981777d2433bebd12da824beee2
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);
19 loadImage();
20 </script>
21 </body>
22 </html>