mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 01:48:05 +00:00
Bug 739455 - intermittent failure of relations/test_tabbrowser.xul and tree/test_tabbrowser.xul, r=tbsaunde
This commit is contained in:
parent
5ca2bb0c0b
commit
09fe8ca7d4
@ -29,8 +29,8 @@
|
||||
function testTabRelations()
|
||||
{
|
||||
this.eventSeq = [
|
||||
new invokerChecker(EVENT_DOCUMENT_LOAD_COMPLETE, tabDocumentAt, 0),
|
||||
new invokerChecker(EVENT_DOCUMENT_LOAD_COMPLETE, tabDocumentAt, 1)
|
||||
new asyncInvokerChecker(EVENT_DOCUMENT_LOAD_COMPLETE, tabDocumentAt, 0),
|
||||
new asyncInvokerChecker(EVENT_DOCUMENT_LOAD_COMPLETE, tabDocumentAt, 1)
|
||||
];
|
||||
|
||||
this.invoke = function testTabRelations_invoke()
|
||||
@ -61,8 +61,10 @@
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////
|
||||
// Test
|
||||
|
||||
//gA11yEventDumpToConsole = true; // debug stuff
|
||||
|
||||
var gQueue = null;
|
||||
gA11yEventDumpToConsole = true;
|
||||
function doTest()
|
||||
{
|
||||
// Load documents into tabs and wait for DocLoadComplete events caused by
|
||||
|
@ -28,8 +28,8 @@
|
||||
function testTabHierarchy()
|
||||
{
|
||||
this.eventSeq = [
|
||||
new invokerChecker(EVENT_DOCUMENT_LOAD_COMPLETE, tabDocumentAt, 0),
|
||||
new invokerChecker(EVENT_DOCUMENT_LOAD_COMPLETE, tabDocumentAt, 1)
|
||||
new asyncInvokerChecker(EVENT_DOCUMENT_LOAD_COMPLETE, tabDocumentAt, 0),
|
||||
new asyncInvokerChecker(EVENT_DOCUMENT_LOAD_COMPLETE, tabDocumentAt, 1)
|
||||
];
|
||||
|
||||
this.invoke = function testTabHierarchy_invoke()
|
||||
|
Loading…
Reference in New Issue
Block a user