Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/http/tests/navigation/post-with-modifier.html |
| diff --git a/third_party/WebKit/LayoutTests/http/tests/navigation/post-with-modifier.html b/third_party/WebKit/LayoutTests/http/tests/navigation/post-with-modifier.html |
| index 16ba0716034f559bf43be2f178bb756d652b133b..7bbb376947d15a849d0bed88492055a6fb127601 100644 |
| --- a/third_party/WebKit/LayoutTests/http/tests/navigation/post-with-modifier.html |
| +++ b/third_party/WebKit/LayoutTests/http/tests/navigation/post-with-modifier.html |
| @@ -32,6 +32,9 @@ if (window.testRunner) { |
| eventSender.mouseUp(0, ['shiftKey']); |
| }; |
| + // Shift-clicking doesn't set window.opener, so we allow the new window |
| + // to find the opener using the name being set below. |
| + window.name = "mainTestWindow"; |
|
Łukasz Anforowicz
2016/10/19 20:48:50
The change in window.opener behavior is a bit worr
|
| window.addEventListener('message', function(e) { |
| concludeTest(e.data); |
| }); |