Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
/* 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;