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:
parent
6ea118b8d7
commit
bc66c8119e
2 changed files with 25 additions and 10 deletions
|
@ -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
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue