This commit is contained in:
Boris Zbarsky 2009-07-17 23:35:09 -04:00
Родитель d3b128e0a7
Коммит 9033e4dee5
1 изменённых файлов: 4 добавлений и 0 удалений

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

@ -71,6 +71,10 @@
onNavComplete: nextTest onNavComplete: nextTest
}); });
yield; yield;
// Make sure we unsuppress painting before continuing
SimpleTest.executeSoon(nextTest)
yield;
// Search for some text that's on the second page (but not on // Search for some text that's on the second page (but not on
// the first page), and verify that it can be found. // the first page), and verify that it can be found.