| Index: third_party/WebKit/LayoutTests/imported/wpt/html/browsers/the-window-object/apis-for-creating-and-navigating-browsing-contexts-by-name/close_beforeunload-1.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/html/browsers/the-window-object/apis-for-creating-and-navigating-browsing-contexts-by-name/close_beforeunload-1.html b/third_party/WebKit/LayoutTests/imported/wpt/html/browsers/the-window-object/apis-for-creating-and-navigating-browsing-contexts-by-name/close_beforeunload-1.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..6f44d8a83ecade23c4b02707c56981d25ed62811
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/html/browsers/the-window-object/apis-for-creating-and-navigating-browsing-contexts-by-name/close_beforeunload-1.html
|
| @@ -0,0 +1,7 @@
|
| +<!doctype html>
|
| +<script>
|
| +onload = function() {opener.postMessage("loaded", "*")};
|
| +onbeforeunload = function() {
|
| + opener.callback();
|
| +}
|
| +</script>
|
|
|