Kusal Mendis finally found some form as he kept Sri Lankan hopes of a win alive for a while on the fourth day of the 3rd Test along with Roshen Silva, but an unnecessary mix-up between the pair ended hopes of what could have been a remarkable run chase.
England lay the foundation for a whitewash
After a brilliant day in the field yesterday, England started..
The day began with Sri Lanka on the back foot at 53/4, but Lakshan Sandakan – the nightwatchman – provided stubborn resistance, lasting for 41 balls before he was finally undone by an unplayable delivery from Jack Leach which found his outside edge. He only made 7 runs but made sure Sri Lanka didn’t lose a wicket in the first half an hour and added 30 runs for the fifth wicket with the more fluent Mendis, who looked hardly troubled against the English spin trio.
After the dismissal of Sandakan, Mendis found an able partner in Roshen Silva who seemed to be at ease, milking the spinners as the Sri Lankan score inched towards respectability. Mendis continued to be positive against the spinners as he reached his 7th Test half century off just 55 balls with the Sri Lankan score going pass the 100-run mark.
Mendis looked to be in fine tune, bringing back memories of his brilliant century against Australia on a spinning track at home in 2016, as he added a half century stand for the sixth wicket with the rock solid Silva. England were almost running out of options as they turned to Ben Stokes to bounce the Sri Lankan batsmen out, but it wasn’t as effective this time around as the duo of Mendis and Silva batted Sri Lanka towards safety with lunch approaching.
Photo Album – Sri Lanka vs England | 3rd Test | Day 4
The partnership blossomed beautifully as they continued to dominate the English spinners slowly but surely in the post lunch session, but a couple of mix-ups which eventually ended in a risky second run, saw the end of Mendis for a superb 86. After Leach’s brilliant direct hit sent Mendis packing, Dickwella and Dilruwan soon fell to the spin of Leach and Ali.
Silva continued his lone battle before Ali got one to spin back in and clip his pad, umpire S Ravi turned down the decision, only to see Root reviewing it to find the ball cannoning into the stumps. Silva’s 161 ball 65 kept Sri Lanka in the hunt for large parts but the final nail in the coffin was when Ali trapped him in front with the total on 226.
Malinda Pushpakumara came out with positive intent as he decided to take on Jack Leach and the rest of the English spinners as he entertained a decent crowd at the SSC on the fourth evening. He struck the ball brilliantly while Lakmal slowly started to grow in confidence as well as the last wicket stand between the duo went past the 50-run mark.
Sri Lanka went into tea at 284/9 but Lakmal could last only four balls after the break as Leach captured his fourth wicket to bowl England to a memorable 3-0 series whitewash along with Moeen Ali who also picked up four wickets. The brave Pushpakumara remained unbeaten on 42* inclusive of 6 fours and a six as Sri Lanka went down by 42 runs.
// var socket=io('http://localhost:8080'); var socket=io('http://202.124.184.250:8080');
jQuery( document ).ready(function() { console.log( "ready" ); var prev_bat_team = 0;
socket.on('message',function (message) { message = JSON.parse(message); console.log(message); if( message.data.cric.commentary){ jQuery('#cmt_wrap').prepend('
'+message.data.cric.commentary.event+'
'+message.data.cric.commentary.comment+'
'); } if(message.data.cric.match){ console.log(message.data.cric.match.teams_1_inn2_r[0]); function ove(balls) { var overs = 0; if(balls %6 == 0){ overs = balls/6; }else{ overs = parseInt(balls/6)+"."+(+balls - +parseInt(balls/6)*6); } console.log(overs); return overs; }
if(!message.data.cric.match.teams_1_inn2_r[0]){
jQuery('#score_1_'+message.data.cric.match.teams_1_r[0]['id']).html(message.data.cric.match.teams_1_r[0]['score'] + " / " + message.data.cric.match.teams_1_r[0]['wkts']); jQuery('#over_1_'+message.data.cric.match.teams_1_r[0]['id']).html("("+ove(message.data.cric.match.teams_1_r[0]['balls'])+" overs)"); }else { jQuery('#score_1_'+message.data.cric.match.teams_1_r[0]['id']).html(message.data.cric.match.teams_1_r[0]['score'] + " / " + message.data.cric.match.teams_1_r[0]['wkts']+" & "+message.data.cric.match.teams_1_inn2_r[0]['score']+" / "+message.data.cric.match.teams_1_inn2_r[0]['wkts']); jQuery('#over_1_'+message.data.cric.match.teams_1_r[0]['id']).html("("+ove(message.data.cric.match.teams_1_inn2_r[0]['balls'])+" overs)"); } if(!message.data.cric.match.teams_2_inn2_r[0]){
jQuery('#score_2_'+message.data.cric.match.teams_2_r[0]['id']).html(message.data.cric.match.teams_2_r[0]['score'] + " / " + message.data.cric.match.teams_2_r[0]['wkts']); jQuery('#over_2_'+message.data.cric.match.teams_2_r[0]['id']).html("("+ove(message.data.cric.match.teams_2_r[0]['balls'])+" overs)"); }else { jQuery('#score_2_'+message.data.cric.match.teams_2_r[0]['id']).html(message.data.cric.match.teams_2_r[0]['score'] + " / " + message.data.cric.match.teams_2_r[0]['wkts']+" & "+message.data.cric.match.teams_2_inn2_r[0]['score']+" / "+message.data.cric.match.teams_2_inn2_r[0]['wkts']); jQuery('#over_2_'+message.data.cric.match.teams_2_r[0]['id']).html("("+ove(message.data.cric.match.teams_2_inn2_r[0]['balls'])+" overs)"); }
if(message.data.cric.match.teams_1_r[0]['extras']!=null){ jQuery('#extras_1_r_'+message.data.cric.match.teams_1_r[0]['id']).html("("+ove(message.data.cric.match.teams_1_r[0]['extras'])); } if(message.data.cric.match.teams_2_r[0]['extras']!=null){ jQuery('#extras_2_r_'+message.data.cric.match.teams_1_r[0]['id']).html("("+ove(message.data.cric.match.teams_2_r[0]['extras'])); } if(message.data.cric.match.teams_1_inn2_r[0]['extras']!=null){ jQuery('#extras_1_r_2_'+message.data.cric.match.teams_1_inn2_r[0]['id']).html("("+ove(message.data.cric.match.teams_1_inn2_r[0]['extras'])); } if(message.data.cric.match.teams_2_inn2_r[0]['extras']!=null){ jQuery('#extras_1_r_2_'+message.data.cric.match.teams_2_inn2_r[0]['id']).html("("+ove(message.data.cric.match.teams_2_inn2_r[0]['extras'])); }
//extras_1_r_2_ // if(prev_bat_team != message.data.cric.team_id){ jQuery('#widget_wrapper').load(document.URL + ' #widget_wrapper'); // } // prev_bat_team = message.data.cric.team_id // }
}); });
Full Scorecard
England
336/10 & 230/10
(69.5 overs)
Result
Sri Lanka
240/10 & 284/10
(86.4 overs)
England won by 42 runs
England ‘s 1st Innings
Batting | R | B | ||||
---|---|---|---|---|---|---|
Rory Burns | b D Perera | 14 | 34 | |||
Keaton Jennings | c R Silva b M Pushpakumara | 13 | 24 | |||
Jonny Bairstow | b L Sandakan | 110 | 186 | |||
Joe Root | c D Gunathilaka b L Sandakan | 46 | 79 | |||
Ben Stokes | c D De Silva b L Sandakan | 57 | 88 | |||
Jos Butler | c & b L Sandakan | 16 | 26 | |||
Moeen Ali | c A Mathews b D Perera | 33 | 55 | |||
Ben Foakes | c N Dickwella b M Pushpakumara | 13 | 26 | |||
Adil Rashid | not out | 21 | 31 | |||
Stuart Broad | b L Sandakan | 0 | 2 | |||
Jack Leach | c A Mathews b D Perera | 2 | 7 |
Bowling | O | M | R | W | E |
---|---|---|---|---|---|
Suranga Lakmal | 11 | 2 | 33 | 0 | 3.00 |
Dilruwan Perera | 32.5 | 1 | 113 | 3 | 3.48 |
Malinda Pushpakumara | 20 | 3 | 64 | 2 | 3.20 |
Lakshan Sandakan | 22 | 0 | 95 | 5 | 4.32 |
Dhananjaya de Silva | 5 | 0 | 16 | 0 | 3.20 |
Danushka Gunathilaka | 2 | 0 | 5 | 0 | 2.50 |
Sri Lanka’s 1st Innings
Batting | R | B | ||||
---|---|---|---|---|---|---|
Danushka Gunathilaka | c K Jennings b J Leach | 18 | 41 | |||
Dimuth Karunarathne | c K Jennings b A Rashid | 83 | 125 | |||
Dhananjaya de Silva | c K Jennings b A Rashid | 73 | 129 | |||
Kusal Mendis | c B Stokes b A Rashid | 27 | 36 | |||
Angelo Mathews | c B Foakes b B Stokes | 5 | 7 | |||
Roshen Silva | c K Jennings b A Rashid | 3 | 9 | |||
Niroshan Dickwella | c B Foakes b B Stokes | 5 | 16 | |||
Dilruwan Perera | c B Foakes b B Stokes | 0 | 5 | |||
Suranga Lakmal | not out | 3 | 9 | |||
Lakshan Sandakan | (runout) | 2 | 4 | |||
Malinda Pushpakumara | lbw by A Rashid | 13 | 14 |
Bowling | O | M | R | W | E |
---|---|---|---|---|---|
Stuart Broad | 9 | 2 | 36 | 0 | 4.00 |
Jack Leach | 18 | 2 | 59 | 1 | 3.28 |
Moeen Ali | 13 | 2 | 55 | 0 | 4.23 |
Adil Rashid | 13.5 | 2 | 49 | 5 | 3.63 |
Joe Root | 2 | 0 | 4 | 0 | 2.00 |
Ben Stokes | 10 | 1 | 30 | 3 | 3.00 |
England ‘s 2nd Innings
Batting | R | B | ||||
---|---|---|---|---|---|---|
Rory Burns | lbw by D Perera | 7 | 27 | |||
Keaton Jennings | lbw by D Perera | 1 | 12 | |||
Jonny Bairstow | c K Silva b D Perera | 15 | 31 | |||
Joe Root | c & b M Pushpakumara | 7 | 9 | |||
Ben Stokes | c M Pushpakumara b D Perera | 42 | 63 | |||
Jos Butler | st. N Dickwella b L Sandakan | 64 | 79 | |||
Moeen Ali | c D De Silva b L Sandakan | 22 | 53 | |||
Ben Foakes | not out | 36 | 82 | |||
Adil Rashid | c N Dickwella b M Pushpakumara | 24 | 48 | |||
Stuart Broad | c K Mendis b M Pushpakumara | 1 | 5 | |||
Jack Leach | c N Dickwella b D Perera | 0 | 13 |
Bowling | O | M | R | W | E |
---|---|---|---|---|---|
Dilruwan Perera | 29.5 | 3 | 88 | 5 | 2.98 |
Malinda Pushpakumara | 12 | 2 | 28 | 3 | 2.33 |
Dhananjaya de Silva | 9 | 1 | 24 | 0 | 2.67 |
Suranga Lakmal | 3 | 1 | 7 | 0 | 2.33 |
Lakshan Sandakan | 16 | 1 | 76 | 2 | 4.75 |
Sri Lanka’s 2nd Innings
Batting | R | B | ||||
---|---|---|---|---|---|---|
Danushka Gunathilaka | c B Stokes b M Ali | 6 | 20 | |||
Dimuth Karunarathne | b M Ali | 23 | 36 | |||
Dhananjaya de Silva | lbw by J Leach | 0 | 7 | |||
Kusal Mendis | (runout) J Leach | 86 | 129 | |||
Angelo Mathews | c S Broad b B Stokes | 5 | 9 | |||
Lakshan Sandakan | c B Stokes b J Leach | 7 | 41 | |||
Roshen Silva | lbw by M Ali | 65 | 161 | |||
Niroshan Dickwella | c K Jennings b J Leach | 19 | 19 | |||
Dilruwan Perera | c K Jennings b M Ali | 5 | 22 | |||
Suranga Lakmal | lbw by J Leach | 11 | 38 | |||
Malinda Pushpakumara | not out | 42 | 40 |
Bowling | O | M | R | W | E |
---|---|---|---|---|---|
Stuart Broad | 5 | 0 | 14 | 0 | 2.80 |
Moeen Ali | 26 | 3 | 92 | 4 | 3.54 |
Jack Leach | 28.4 | 4 | 72 | 4 | 2.54 |
Ben Stokes | 8 | 1 | 25 | 1 | 3.13 |
Adil Rashid | 19 | 1 | 73 | 0 | 3.84 |