1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-20 15:18:08 +02:00

Add getFindBar for Fx extension

This commit is contained in:
Adam Dane [:hobophobe] 2014-05-07 18:45:24 -05:00
parent 6ea118b8d7
commit bc66c8119e
2 changed files with 25 additions and 10 deletions

View file

@ -46,6 +46,11 @@ function runTests(document, window, callback) {
ok(document.querySelector('div#viewer'), "document content has viewer UI");
ok('PDFJS' in window.wrappedJSObject, "window content has PDFJS object");
//
// Browser Find
//
ok(gBrowser.isFindBarInitialized(tab), "Browser FindBar initialized!");
//
// Sidebar: open
//