Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/http/tests/navigation/resources/targeted-navigation-in-unload-handler-subframe.html |
| diff --git a/third_party/WebKit/LayoutTests/http/tests/navigation/resources/targeted-navigation-in-unload-handler-subframe.html b/third_party/WebKit/LayoutTests/http/tests/navigation/resources/targeted-navigation-in-unload-handler-subframe.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..a767a5c96ea2f8288d5b906c8308bf0d0398dfcf |
| --- /dev/null |
| +++ b/third_party/WebKit/LayoutTests/http/tests/navigation/resources/targeted-navigation-in-unload-handler-subframe.html |
| @@ -0,0 +1,11 @@ |
| +<html> |
| +<head> |
| +<script> |
| +window.onload = function() { |
| + top.complete(); |
| +} |
| +</script> |
| +</head> |
| +<body> |
| +</body> |
| +</html> |