| Index: LayoutTests/http/tests/navigation/ping-cross-origin.html
|
| diff --git a/LayoutTests/http/tests/navigation/ping-cross-origin.html b/LayoutTests/http/tests/navigation/ping-cross-origin.html
|
| index 4fff9fc15acac086ad139bb31714956dbde55bb5..c3b357445981608d6ad092a129ff44be324d7d29 100644
|
| --- a/LayoutTests/http/tests/navigation/ping-cross-origin.html
|
| +++ b/LayoutTests/http/tests/navigation/ping-cross-origin.html
|
| @@ -10,6 +10,7 @@ function test() {
|
| testRunner.dumpAsText();
|
| testRunner.overridePreference("WebKitHyperlinkAuditingEnabled", 1);
|
| testRunner.waitUntilDone();
|
| + testRunner.dumpPingLoaderCallbacks();
|
| }
|
| testCalled = true;
|
| return;
|
|
|