gecko/testing/performance/talos/startup_test/twinopen/child-window.html
2007-10-03 15:46:58 -07:00

6 lines
185 B
HTML

<html><body onload="
var gLoadEventTime = (new Date()).getTime();
if (window.opener)
window.setTimeout('window.opener.childIsOpen('+gLoadEventTime+');',1000);
"></body></html>