mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 00:01:50 +00:00
Bug 561748 - fix test_nsIAccessibleDocument.html test
This commit is contained in:
parent
e034e858a4
commit
5d668bd37a
@ -54,7 +54,7 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=441737
|
||||
// Test for correct nsIDOMDocument retrieval.
|
||||
var domDoc = null;
|
||||
try {
|
||||
domDoc = docAcc.document.QueryInterface(nsIDOMDocument);
|
||||
domDoc = docAcc.DOMDocument.QueryInterface(nsIDOMDocument);
|
||||
} catch(e) {}
|
||||
ok(domDoc, "no nsIDOMDocument for this doc accessible!");
|
||||
is(domDoc, document, "Document nodes do not match!");
|
||||
|
Loading…
Reference in New Issue
Block a user