gecko/testing/mochitest/tests/browser/browser_popupNode_check.js

4 lines
101 B
JavaScript
Raw Normal View History

function test() {
is(document.popupNode, null, "document.popupNode has been correctly cleared");
}