Bug 513146. Address review comment about adding a comment. r=gavin

This commit is contained in:
Boris Zbarsky 2010-02-22 23:02:00 -05:00
Родитель 30f0c05a98
Коммит 480c23b0b2
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -92,6 +92,8 @@ function testElementFromPoint() {
SimpleTest.finish();
}
// Run the test from onload, since the onscreen and offscreen divs should be in
// the right places by then.
SimpleTest.waitForExplicitFinish();
addLoadEvent(testElementFromPoint);