tenfourfox/dom/tests/browser/browser_test__content.js
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

5 lines
119 B
JavaScript

function test() {
is(window._content, window.content,
"_content needs to work, since extensions use it");
}