mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Debugging bug 536603: run tests twice to see if the problem is timing-related.
--HG-- extra : transplant_source : %0DU%3C%00%B5K%AF%99%1E%D8%C3W%CB%FDz%03b%DD%A9%82
This commit is contained in:
parent
ef7cd172dd
commit
0b044b907e
@ -133,7 +133,11 @@ SimpleTest.waitForExplicitFinish();
|
||||
window.onload = function() {
|
||||
check_iframe(document.getElementById("quirks"));
|
||||
check_iframe(document.getElementById("standards"));
|
||||
SimpleTest.finish();
|
||||
setTimeout(function() {
|
||||
check_iframe(document.getElementById("quirks"));
|
||||
check_iframe(document.getElementById("standards"));
|
||||
SimpleTest.finish();
|
||||
}, 5000);
|
||||
};
|
||||
</script>
|
||||
</body>
|
||||
|
Loading…
Reference in New Issue
Block a user