summaryrefslogtreecommitdiffstats
path: root/dom/tests/browser/browser_test__content.js
blob: b062335276839a717f02b5bf2ea10c8034fb8d0a (plain)
1
2
3
4
function test() {
    is(window._content, window.content,
       "_content needs to work, since extensions use it");
}