| Index: third_party/WebKit/LayoutTests/http/tests/navigation/form-targets-cross-site-frame-no-referrer.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/navigation/form-targets-cross-site-frame-post.html b/third_party/WebKit/LayoutTests/http/tests/navigation/form-targets-cross-site-frame-no-referrer.html
|
| similarity index 96%
|
| copy from third_party/WebKit/LayoutTests/http/tests/navigation/form-targets-cross-site-frame-post.html
|
| copy to third_party/WebKit/LayoutTests/http/tests/navigation/form-targets-cross-site-frame-no-referrer.html
|
| index 7a737ae8d4f650edf453f40b33ae9ad70294b9e8..d564b68b5074be3d2738d8e73f7c4a9ade490601 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/navigation/form-targets-cross-site-frame-post.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/navigation/form-targets-cross-site-frame-no-referrer.html
|
| @@ -11,6 +11,7 @@ correct HTTP method was used and that test field's value from the form
|
| was propagated correctly.
|
| -->
|
| <html>
|
| +<meta name="referrer" content="no-referrer">
|
| <script>
|
| if (window.testRunner) {
|
| testRunner.dumpAsText();
|
|
|