<!DOCTYPE html> | |
<html> | |
<body> | |
<script src="../../resources/js-test.js"></script> | |
<script> | |
description("Tests that the WebProcess does not process incoming sync IPC while waiting for a sync reply."); | |
internals.testIncomingSyncIPCMessageWhileWaitingForSyncReply(); | |
testPassed("Did not crash"); | |
</script> | |
</body> | |
</html> |