| Index: content/test/data/onunload_cookie_wrapper_wrapper.html
|
| diff --git a/content/test/data/onunload_cookie_wrapper_wrapper.html b/content/test/data/onunload_cookie_wrapper_wrapper.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..a93fbb352f4e2fda1df362f42e235d15c9bf8f5b
|
| --- /dev/null
|
| +++ b/content/test/data/onunload_cookie_wrapper_wrapper.html
|
| @@ -0,0 +1,14 @@
|
| +<html>
|
| + <head>
|
| + <title>Loading...</title>
|
| + <script>
|
| + function onMessage() {
|
| + document.title = "set cookie on unload";
|
| + }
|
| + window.addEventListener('message', onMessage);
|
| + </script>
|
| + </head>
|
| + <body>
|
| + <iframe src="/cross-site/b.com/onunload_cookie_wrapper.html"></iframe>
|
| + </body>
|
| +</html>
|
|
|