mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-31 22:25:30 +00:00
f765bc316e
r=mano, gavin a=tests-only
5 lines
133 B
JavaScript
5 lines
133 B
JavaScript
function test() {
|
|
document.popupNode = document;
|
|
isnot(document.popupNode, null, "document.popupNode has been correctly set");
|
|
}
|