summaryrefslogtreecommitdiffstats
path: root/layout/style/test/file_computed_style_bfcache_display_none2.html
blob: c337ca721495a33fb4d9a4b1953653f185166cd4 (plain)
1
2
3
4
5
6
<div>Page 2</div>
<script>
  window.onload = function() {
    opener.postMessage("loaded", "*");
  }
</script>;