| Index: third_party/WebKit/LayoutTests/imported/wpt/html/browsers/browsing-the-web/unloading-documents/prompt/001-1.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/html/browsers/browsing-the-web/unloading-documents/prompt/001-1.html b/third_party/WebKit/LayoutTests/imported/wpt/html/browsers/browsing-the-web/unloading-documents/prompt/001-1.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..b68afc49ec297a1ea8e1dc901bba620e7ecc3692
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/html/browsers/browsing-the-web/unloading-documents/prompt/001-1.html
|
| @@ -0,0 +1,10 @@
|
| +<script>
|
| +addEventListener("beforeunload",
|
| +function() {
|
| + parent.events.push("beforeunload");
|
| +}, false);
|
| +parent.events.push("before src change");
|
| +
|
| +location.href = "001-2.html&pipe=trickle(d2)";
|
| +parent.events.push("after src change");
|
| +</script>
|
|
|