Skip to content
This repository has been archived by the owner on Jun 29, 2018. It is now read-only.

Commit

Permalink
Fixed Test 34 failing with an exception when 'canplay' and 'play' are…
Browse files Browse the repository at this point in the history
… out of order due to typo.
  • Loading branch information
TwoD committed Dec 17, 2014
1 parent a26879b commit fadf63d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wrappers/common/common.unit.js
Expand Up @@ -704,7 +704,7 @@ asyncTest( "T34 - paused state during autoplay", 10, function() {

var video = testData.createMedia( "#video" ),
loadedMetaDataFired = false,
canplayFired = false,
canPlayFired = false,
playFired = false,
playingFired = false,
canPlayThrough = false;
Expand Down

0 comments on commit fadf63d

Please sign in to comment.