Mypal/dom/tests/browser/browser_test__content.js
2019-03-11 13:26:37 +03:00

5 lines
119 B
JavaScript

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