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