summaryrefslogtreecommitdiffstats
path: root/dom/workers/test/window_suspended.html
blob: b482cbe09b82ffa248f3df07dd30857940024fe1 (plain)
1
2
3
4
5
<script>
onpageshow = function(e) {
  opener[location.search.split('?')[1]](e);
}
</script>