Comment One Wonders If... (Score 1) 568
One wonders if they set the mozilla (applies to firefox as well) initialpaint delay to 0 ms. I think it defaults to 250ms (1/4 second) for their tests.
Also wonder if it would make a difference in some of the tests anyway.
To set it to 0ms add the following line to user.js:
user_pref("nglayout.initialpaint.delay", 0);
Also wonder if it would make a difference in some of the tests anyway.
To set it to 0ms add the following line to user.js:
user_pref("nglayout.initialpaint.delay", 0);