diff options
Diffstat (limited to 'devtools/client/shared/shim/test/file_service_wm.html')
-rw-r--r-- | devtools/client/shared/shim/test/file_service_wm.html | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/devtools/client/shared/shim/test/file_service_wm.html b/devtools/client/shared/shim/test/file_service_wm.html new file mode 100644 index 000000000..24753e710 --- /dev/null +++ b/devtools/client/shared/shim/test/file_service_wm.html @@ -0,0 +1,20 @@ +<!DOCTYPE HTML> +<html> +<head> +<script> +// Silence eslint complaint about the onload below. +/* eslint-disable no-unused-vars */ + +"use strict"; + +function load() { + (window.opener || window.parent).hurray(); + window.close(); +} +</script> +</head> + +<body onload='load()'> +</body> + +</html> |