mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-16 09:23:07 +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");
|
|
}
|