comparison: dom/tests/browser/browser_test__content.js
dom/tests/browser/browser_test__content.js
- branch
- TOR_BUG_9701
- changeset 15
- b8a032363ba2
equal
deleted
inserted
replaced
|
1 function test() { |
|
2 is(window._content, window.content, |
|
3 "_content needs to work, since extensions use it"); |
|
4 } |