| 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 7bbb376947d15a849d0bed88492055a6fb127601..d4d0bf3362bcc587e182c3b9d913daa792bf4d6f 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
|
| @@ -34,6 +34,9 @@ if (window.testRunner) {
|
|
|
| // Shift-clicking doesn't set window.opener, so we allow the new window
|
| // to find the opener using the name being set below.
|
| + // TODO(lukasza): After fixing https://crbug.com/658386, the test will
|
| + // need to use another mechanism for communicating verification results
|
| + // (most likely OOPIF-replicated testRunner.setCustomTextOutput).
|
| window.name = "mainTestWindow";
|
| window.addEventListener('message', function(e) {
|
| concludeTest(e.data);
|
|
|