Source code
Revision control
Copy as Markdown
Other Tools
Test Info: Warnings
- This test runs only with pattern: os == 'win'
- Manifest: toolkit/components/contentanalysis/tests/browser/browser.toml
/* Any copyright is dedicated to the Public Domain.
"use strict";
Services.scriptloader.loadSubScript(
this
);
let dir = getChromeDir(getResolvedURI(gTestPath));
dir.append("file_pdf.pdf");
dir.normalize();
testPDFUrl = Services.io.newFileURI(dir).spec;