mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-17 01:43:08 +09:00
4 lines
119 B
JavaScript
4 lines
119 B
JavaScript
function test() {
|
|
is(window._content, window.content,
|
|
"_content needs to work, since extensions use it");
|
|
}
|