| Index: LayoutTests/fast/loader/resources/unload-hyperlink-targeted-subframe.html
|
| diff --git a/LayoutTests/fast/loader/resources/unload-hyperlink-targeted-subframe.html b/LayoutTests/fast/loader/resources/unload-hyperlink-targeted-subframe.html
|
| index 879d1791d0c5c8791dca1f11b5ea6da37529f1af..afdaf576a7375045b09dea381670bfbceda8ca5e 100644
|
| --- a/LayoutTests/fast/loader/resources/unload-hyperlink-targeted-subframe.html
|
| +++ b/LayoutTests/fast/loader/resources/unload-hyperlink-targeted-subframe.html
|
| @@ -11,5 +11,7 @@ addEventListener("unload", function() {
|
| <a id="lk" target="_top"
|
| href="pass-and-notify-done.html">Link to iframe.</a>
|
| <script>
|
| +window.onload = function() {
|
| window.location = "about:blank";
|
| +}
|
| </script>
|
|
|