Bug 1535077 - Switch to using Ref and PureComponent in the SearchBox component. r...
[gecko.git] / layout / reftests / bugs / 393655-5.html
blobe587de9ebb284cad8a2e1ab9f25ad228fb391c8b
1 <html class="reftest-wait">
2 <head>
3 <script>
4 function tweak() {
5 var editMe = document.getElementById('editMe');
6 editMe.innerHTML="a";
7 document.documentElement.className = "";
9 </script>
10 </head>
11 <body onload="tweak()">
12 Foo
13 <div id="editMe" style="margin-bottom: 50px; margin-top: 50px;">
14 </div>
15 <div>Bar</div>
16 </body>
17 </html>