| Index: third_party/WebKit/LayoutTests/http/tests/navigation/resources/ping-cross-origin-from-https-target.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/navigation/resources/ping-cross-origin-from-https-target.html b/third_party/WebKit/LayoutTests/http/tests/navigation/resources/ping-cross-origin-from-https-target.html
|
| index 83f5cf3d20f8fe17df3e0709d6b4ab577679eade..2a0c27fb4899607baf3bb991a8b4684fea7d976e 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/navigation/resources/ping-cross-origin-from-https-target.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/navigation/resources/ping-cross-origin-from-https-target.html
|
| @@ -30,5 +30,5 @@ function test() {
|
| </head>
|
| <body onload="test();">
|
| <img src="resources/delete-ping.php?test=cross-origin-from-https" onload="test();" onerror="test();"></img>
|
| -<a id="a" href="/navigation/resources/notify-done.html" ping="http://localhost:8000/navigation/resources/save-Ping.php?test=cross-origin-from-https">Navigate and send ping</a>
|
| +<a id="a" href="/navigation/resources/notify-done.html" ping="http://example.test:8000/navigation/resources/save-Ping.php?test=cross-origin-from-https">Navigate and send ping</a>
|
| </body></html>
|
|
|