From 9033e4dee58a50b97400ff2fe08235bc89a59ca9 Mon Sep 17 00:00:00 2001 From: Boris Zbarsky Date: Fri, 17 Jul 2009 23:35:09 -0400 Subject: [PATCH] Trying to fix bug 503988 --- docshell/test/chrome/bug298622_window.xul | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docshell/test/chrome/bug298622_window.xul b/docshell/test/chrome/bug298622_window.xul index 84259219d12b..a19e4994a89c 100755 --- a/docshell/test/chrome/bug298622_window.xul +++ b/docshell/test/chrome/bug298622_window.xul @@ -71,6 +71,10 @@ onNavComplete: nextTest }); 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 // the first page), and verify that it can be found.