Bug 1535077 - Switch to using Ref and PureComponent in the SearchBox component. r...
[gecko.git] / layout / reftests / bugs / 561981-7.html
blob5920bbfca5d3966badb2c0ba45ab9050b4c2e580
1 <html>
2 <head>
3 </head>
4 <body>
5 <iframe id="i" src="data:text/html,text">
6 <script>
7 var i = document.getElementById("i");
8 i.parentNode.style.display = "none";
9 i.parentNode.style.display = "";
10 </script>
11 </body>
12 </html>