summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/browsers/browsing-the-web/unloading-documents/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/html/browsers/browsing-the-web/unloading-documents/base.html')
-rw-r--r--testing/web-platform/tests/html/browsers/browsing-the-web/unloading-documents/base.html14
1 files changed, 0 insertions, 14 deletions
diff --git a/testing/web-platform/tests/html/browsers/browsing-the-web/unloading-documents/base.html b/testing/web-platform/tests/html/browsers/browsing-the-web/unloading-documents/base.html
deleted file mode 100644
index 70c07cba4..000000000
--- a/testing/web-platform/tests/html/browsers/browsing-the-web/unloading-documents/base.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<!doctype html>
-Base
-<script>
-onpagehide = function() {
- if(top.base_hide) {
- top.base_hide();
- }
-}
-onpageshow = function() {
-if (top.base_show) {
- top.base_show();
-}
-}
-</script>