зеркало из https://github.com/mozilla/popcorn-js.git
This commit is contained in:
Родитель
c4c916563d
Коммит
2d2db78398
|
@ -106,6 +106,10 @@ asyncTest( "Default Attribute Functionality", function () {
|
|||
playerDefault.addEventListener( "load", function() {
|
||||
equal( playerDefault.duration, 213.89, "Duration updated" );
|
||||
plus();
|
||||
|
||||
equal( document.getElementById( "player_2" ).children.length, 2, "The container has 2 players" );
|
||||
plus();
|
||||
|
||||
});
|
||||
|
||||
Popcorn.forEach( members, function ( val, prop ) {
|
||||
|
@ -119,9 +123,6 @@ asyncTest( "Default Attribute Functionality", function () {
|
|||
plus();
|
||||
});
|
||||
|
||||
equal( document.getElementById( "player_2" ).children.length, 2, "The container has 2 players" );
|
||||
plus();
|
||||
|
||||
equal( playerDefault.width, playerDefault.offsetWidth+"px", "Width is stringified version of offsetWidth" );
|
||||
plus();
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче