gecko/testing/sisyphus/bin/install-extensions-2.html

16 lines
341 B
HTML

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Install Extensions - 2</title>
<script type="text/javascript" src="quit.js"></script>
</head>
<body>
<h1>Install Extensions - 2</h1>
<p>
Second restart to install extensions...
</p>
<script type="text/javascript">
setTimeout("goQuitApplication()", 10000);
</script>
</body>
</html>