This commit is contained in:
Ilya Kantor 2019-06-26 14:59:23 +03:00
parent 61910d1263
commit a6552ebe84
2 changed files with 7 additions and 7 deletions

View file

@ -35,7 +35,7 @@
}
// for each image,
// let's create another img with the same src and check that we have its width immediately
// let's create another img with the same src and check that we have its width
function testLoaded() {
let widthSum = 0;
for (let i = 0; i < sources.length; i++) {