Index: testrunner.js =================================================================== --- testrunner.js (revision 6320) +++ testrunner.js (working copy) @@ -255,7 +255,7 @@ triggerEvent: triggerEvent }); -$(window).load(function() { +$(document).ready(function() { $('#userAgent').html(navigator.userAgent); var head = $('
').insertAfter("#userAgent"); $('').attr("disabled", true).prependTo(head).click(function() {