1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-06-19 23:08:46 +00:00
Files
UXP/testing/web-platform/tests/html/browsers/browsing-the-web/unloading-documents/base.html
T

15 lines
185 B
HTML

<!doctype html>
Base
<script>
onpagehide = function() {
if(top.base_hide) {
top.base_hide();
}
}
onpageshow = function() {
if (top.base_show) {
top.base_show();
}
}
</script>