Update web-platform-tests to revision fef3eb9bbb033d1d7150f4c70ecc1a5f59bcf115

This commit is contained in:
Ms2ger 2015-04-29 21:28:37 +02:00
parent 7ee605db11
commit 14e48d959c
15 changed files with 302 additions and 131 deletions

View file

@ -2,9 +2,9 @@ onmessage = function(evt)
{
for (var i=0; true; i++)
{
if (i%1000 == 1)
if (i%1000 == 0)
{
postMessage(i);
}
}
}
}