Windies came roaring back in the contest as Sri Lanka crumbled against some quality fast bowling in the final session of the second day to hand the hosts the advantage in the third and final Test in Barbados on Sunday (June 24). After making some significant progress in the second session, Sri Lanka stuttered under lights and ended the day on 99 for 5, still 105 behind the 204 posted by the hosts.
Sri Lanka had a disastrous start to the final session as they lost three wickets for just 10 runs to slip from 75 for 2 to 85 for 5. It all started with Shannon Gabriel castling Kusal Mendis before Danushka Gunathilaka was trapped in front by Jason Holder and then Dhananjaya de Silva fell leg before to Gabriel. All the good work done by Mendis and Gunathilaka in the second session was reduced to nothing in just the space of five overs.
While Kusal Perera flashed at a wide ball and was caught behind, Mahela Udawatte struggled for 18 deliveries before he was sent back by Kemar Roach. That’s when Gunathilaka and Mendis got together to repair the damage. Windies found it tough as the duo showed some exceptional application against their quality bowling to take the team forward. Their unbeaten half-century stand took Sri Lanka to 75 for 2, just 129 shy of Windies’ total. At that stage, Sri Lanka must have entertained hopes of batting the Windies out of the game before it all came crashing down.
Read: Dowrich helps Windies recover after early wobble
Earlier in the day, slight drizzle delayed the start of proceedings but bright blue skies welcomed the teams for the crucial session. With the old pink ball not offering much movement, Sri Lanka had to bank on the bounce on offer and the two-paced nature of the track. They kept probing but both Shane Dowrich and Holder rode their luck to survive the first hour.
Holder, particularly, lived a charmed life as edges either went away from the fielders or fell short during his 123-ball stay. Starting on 132 for 5, Windies needed the set duo to carry on and lift the team out of trouble. They did just that with Holder scoring more freely after starting from his overnight score of 33. He registered his seventh Test half-century to take the team forward while Dowrich held one end up.
The ‘keeper-batsman fell first, when he was trapped plumb in front by Lahiru Kumara in the 56th over. Windies had 168 on the board then but lost two more quick wickets – of Devendra Bishoo and Holder – to slip to 189 for 8. Roach and Miguel Cummins pushed the total past 200 to frustrate the visitors even more before they were eventually shot down for a modest score.
// 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
West Indies
204/10 & 93/10
(31.2 overs)
Result
Sri Lanka
154/10 & 144/6
(40.2 overs)
Srilanka won by 4 wickets
West Indies’s 1st Innings
Batting | R | B | ||||
---|---|---|---|---|---|---|
Devon Smith | c D.De.Silva b S.Lakmal | 2 | 5 | |||
Kraig Brathwaite | c D.Gunathilake b S.Lakmal | 2 | 14 | |||
Keiran Powell | c K.Mendis b L.Kumara | 4 | 10 | |||
Shai Hope | c K.Mendis b K.Rajitha | 11 | 49 | |||
Roston Chase | b K.Rajitha | 14 | 30 | |||
Shane Dowrich | lbw by L.Kumara | 71 | 132 | |||
Jason Holder | c D.Perera b K.Rajitha | 74 | 123 | |||
Devendra Bishoo | c K.Mendis b L.Kumara | 0 | 13 | |||
Kemar Roach | not out | 11 | 17 | |||
Miguel Cummins | c K.Mendis b D.Perera | 2 | 18 | |||
Shanon Gabriel | c N.Dickwella b L.Kumara | 2 | 6 |
Bowling | O | M | R | W | E |
---|---|---|---|---|---|
Suranga Lakmal | 19 | 5 | 52 | 2 | 2.74 |
Lahiru Kumara | 23.3 | 5 | 58 | 4 | 2.49 |
Kasun Rajitha | 17 | 1 | 68 | 3 | 4.00 |
Dilruwan Perera | 10 | 3 | 16 | 1 | 1.60 |
Sri Lanka’s 1st Innings
Batting | R | B | ||||
---|---|---|---|---|---|---|
Kusal Perera | c S.Dowrich b K.Roach | 0 | 9 | |||
Mahela Udawatte | lbw by K.Roach | 4 | 18 | |||
Danushka Gunathilake | lbw by J.Holder | 29 | 73 | |||
Kusal Mendis | b S.Gabriel | 22 | 59 | |||
Dananjaya De Silva | lbw by S.Gabriel | 8 | 10 | |||
Roshen Silva | c S.Dowrich b S.Gabriel | 11 | 53 | |||
Niroshan Dickwella | c D.Smith b J.Holder | 42 | 72 | |||
Dilruwan Perera | not out | 11 | 48 | |||
Suranga Lakmal | c (sub)K.Paul b J.Holder | 0 | 4 | |||
Kasun Rajitha | b J.Holder | 0 | 11 | |||
Lahiru Kumara | (runout) J.Holder | 0 | 0 |
Bowling | O | M | R | W | E |
---|---|---|---|---|---|
Kemar Roach | 12 | 5 | 30 | 2 | 2.50 |
Shanon Gabriel | 15 | 2 | 52 | 3 | 3.47 |
Miguel Cummins | 15 | 6 | 29 | 0 | 1.93 |
Jason Holder | 16 | 8 | 19 | 4 | 1.19 |
Devendra Bishoo | 1 | 0 | 1 | 0 | 1.00 |
West Indies’s 2nd Innings
Batting | R | B | ||||
---|---|---|---|---|---|---|
Kraig Brathwaite | c M.Udawatta b S.Lakmal | 2 | 9 | |||
Devon Smith | b S.Lakmal | 0 | 4 | |||
Kieran Powell | c N.Dickwella b L.Kumara | 7 | 14 | |||
Shai Hope | b L.Kumara | 0 | 2 | |||
Roston Chase | c K.Perera b S.Lakmal | 5 | 13 | |||
Shane Dowrich | c S.Lakmal b K.Rajitha | 16 | 31 | |||
Jason Holder | c K.Mendis b K.Rajitha | 15 | 30 | |||
Devendra Bishoo | b K.Rajitha | 0 | 2 | |||
Kemar Roach | not out | 23 | 37 | |||
Miguel Cummins | c D.De.Silva b D.Perera | 14 | 37 | |||
Shanon Gabriel | (runout) (K.Rajitha/N.Dickwella) | 6 | 9 |
Bowling | O | M | R | W | E |
---|---|---|---|---|---|
Suranga Lakmal | 11.3 | 3 | 25 | 3 | 2.21 |
Lahiru Kumara | 8.2 | 1 | 31 | 2 | 3.78 |
Kasun Rajitha | 8 | 1 | 20 | 3 | 2.50 |
Dilruwan Perera | 3.3 | 0 | 13 | 1 | 3.94 |
Sri Lanka’s 2nd Innings
Batting | R | B | ||||
---|---|---|---|---|---|---|
Danushka Gunathilake | c D.Bishoo b J.Holder | 21 | 30 | |||
Mahela Udawatta | lbw by K.Roach | 0 | 6 | |||
Dananjaya De Silva | b J.Holder | 17 | 29 | |||
Kusal Mendis | lbw by J.Holder | 25 | 44 | |||
Roshen Silva | c D.Smith b J.Holder | 1 | 7 | |||
Niroshan Dickwella | b J.Holder | 6 | 15 | |||
Dilruwan Perera | not out | 23 | 68 | |||
Kusal Perera | not out | 28 | 43 |
Bowling | O | M | R | W | E |
---|---|---|---|---|---|
Kemar Roach | 10 | 1 | 33 | 1 | 3.30 |
Shanon Gabriel | 9 | 1 | 26 | 0 | 2.89 |
Jason Holder | 14.2 | 4 | 41 | 5 | 2.89 |
Miguel Cummins | 6 | 1 | 17 | 0 | 2.83 |
Devendra Bishoo | 1 | 0 | 4 | 0 | 4.00 |