Bug 1874684 - Part 37: Fix unified compilation. r=allstarschh
[gecko.git] / layout / style / test / file_computed_style_bfcache_display_none.html
blobd366aa68ee3a01b2dbccf32e821a3fecfa3e4f9a
1 <div id=div style="display:none">Page 1</div>
2 <script>
3 window.onload = function() {
4 opener.postMessage("loaded", "*");
6 </script>