1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-06-23 00:39:38 +00:00
Files
UXP/dom/tests/browser/browser_test__content.js
T

5 lines
119 B
JavaScript

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