mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 15:52:07 +00:00
Bug 1020039 - Intermittent relations/test_embeds.xul, add extra output
This commit is contained in:
parent
0e9e79be7e
commit
60837a3a55
@ -239,7 +239,7 @@ function getAccessible(aAccOrElmOrID, aInterfaces, aElmObj, aDoNotFailIf)
|
||||
|
||||
if (!acc) {
|
||||
if (!(aDoNotFailIf & DONOTFAIL_IF_NO_ACC))
|
||||
ok(false, "Can't get accessible for " + aAccOrElmOrID);
|
||||
ok(false, "Can't get accessible for " + prettyName(aAccOrElmOrID));
|
||||
|
||||
return null;
|
||||
}
|
||||
|
@ -83,8 +83,11 @@
|
||||
|
||||
this.finalCheck = function loadURI_finalCheck()
|
||||
{
|
||||
testRelation(browserDocument(), RELATION_EMBEDS,
|
||||
getAccessible(currentTabDocument()));
|
||||
var acc = getAccessible(currentTabDocument());
|
||||
if (!acc)
|
||||
ok(false, "ahahahaha");
|
||||
|
||||
testRelation(browserDocument(), RELATION_EMBEDS, acc);
|
||||
}
|
||||
|
||||
this.getID = function loadOneTab_getID()
|
||||
|
Loading…
Reference in New Issue
Block a user