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

Commit

Permalink
Merge pull request #426 from TwoD/unit_test_typos
Browse files Browse the repository at this point in the history
Test 34 typo makes it fail with an exception.
  • Loading branch information
ScottDowne committed Dec 17, 2014
2 parents a26879b + fadf63d commit c35174e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wrappers/common/common.unit.js
Original file line number Diff line number Diff line change
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 c35174e

Please sign in to comment.