blob: b6833c5e91429075d85b2998786c28739a9da66e [file] [edit]
<!DOCTYPE html><!-- webkit-test-runner [ IPCTestingAPIEnabled=true IgnoreInvalidMessageWhenIPCTestingAPIEnabled=true ] -->
<title>Test that MESSAGE_CHECKs in NetworkConnectionToWebProcess are working correctly</title>
<script src="../resources/ipc.js"></script>
<script src="../resources/testharness.js"></script>
<script src="../resources/testharnessreport.js"></script>
<body>
<script>
if (window.IPC) {
IPC.sendMessage('Networking', 0, IPC.messages.NetworkResourceLoader_ContinueDidReceiveResponse.name, []);
asyncFlush('Networking').then(() => {
testRunner.notifyDone();
});
} else {
testRunner.notifyDone();
}
</script>
</body>