Bug 1535077 - Switch to using Ref and PureComponent in the SearchBox component. r...
[gecko.git] / layout / reftests / bugs / 495385-2h.html
blobbd7a385ca3e9a62957238ca3bed9455211ffe7b2
1 <!DOCTYPE HTML>
2 <html>
3 <head>
4 <!-- Test appends -->
5 <style>
6 body > div { border:1px solid black; margin:1em;
7 font-family:sans-serif; letter-spacing:2px; }
8 #d2:after { content:"Kitty"; }
9 #d3:after { content:"ty"; }
10 </style>
11 <script>function flush() { document.body.offsetHeight; }</script>
12 </head>
13 <body>
14 <div id="d1"><span>Hello</span> <script>flush();</script><span>Kitty</span></div>
15 <div id="d2"><script>flush();</script><span>Hello</span> </div>
16 <div id="d3"><span>Hello</span> <script>flush();</script><span>Kit</span></div>
17 <div id="d4"><span>Hello</span><script>flush();</script> <span>Kitty</span></div>
18 </body>
19 </html>