Tests download is canceled when behavior is set to deny. Downloading via a navigation: { method : Page.downloadWillBegin params : { frameId : guid : suggestedFilename : hello.txt url : http://127.0.0.1:8000/devtools/network/resources/resource.php?download=1 } sessionId : } { method : Page.downloadProgress params : { guid : receivedBytes : state : inProgress totalBytes : 11 } sessionId : } { method : Page.downloadProgress params : { guid : receivedBytes : state : canceled totalBytes : 11 } sessionId : } Downloading by clicking a link: { method : Page.downloadWillBegin params : { frameId : guid : suggestedFilename : hello.text url : http://127.0.0.1:8000/devtools/network/resources/resource.php } sessionId : } { method : Page.downloadProgress params : { guid : receivedBytes : state : inProgress totalBytes : 11 } sessionId : } { method : Page.downloadProgress params : { guid : receivedBytes : state : canceled totalBytes : 11 } sessionId : }