Bug 650586 - test_flush_on_paint.html needs to be explicit about its setTimeout requirements; r=roc

This commit is contained in:
Ehsan Akhgari 2014-05-06 21:21:20 -04:00
Родитель b4c339317a
Коммит c5660755f7
1 изменённых файлов: 3 добавлений и 0 удалений

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

@ -13,6 +13,9 @@
<pre id="test">
<script type="application/javascript">
SimpleTest.waitForExplicitFinish();
SimpleTest.requestFlakyTimeout("This test deals with painting and invalidation. " +
"Those are tricky to detect, so we have to poll here, which means that we have to rely on flaky timeouts. " +
"This special case is safe because we're only polling for events.");
var iterations = 0;
var plugin = document.getElementById("plugin");