Bug 485175 Make geolocation tests even more reliable r=dougt

This commit is contained in:
Neil Rashbrook 2009-04-01 17:43:34 +01:00
Родитель d1fbe49005
Коммит 278399992f
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -105,6 +105,10 @@ try {
}
ok(!exception, exception);
// Successful calls trigger a geolocation notification,
// so clean up ready for the next test.
clickNotificationButton(kDenyButton);
</script>
</pre>
</body>