mirror of
https://github.com/servo/servo.git
synced 2025-08-24 14:48:21 +01:00
Update web-platform-tests to revision fef3eb9bbb033d1d7150f4c70ecc1a5f59bcf115
This commit is contained in:
parent
7ee605db11
commit
14e48d959c
15 changed files with 302 additions and 131 deletions
|
@ -2,9 +2,9 @@ onmessage = function(evt)
|
|||
{
|
||||
for (var i=0; true; i++)
|
||||
{
|
||||
if (i%1000 == 1)
|
||||
if (i%1000 == 0)
|
||||
{
|
||||
postMessage(i);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue