in MotionMark/resources/runner/benchmark-runner.js [153:161]
this._runNextIteration = function() {
currentIteration++;
if (currentIteration < self._client.iterationCount)
self.runAllSteps();
else if (this._client && this._client.didFinishLastIteration) {
document.body.style.backgroundColor = "";
self._client.didFinishLastIteration();
}
}