1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-07-02 13:18:34 +00:00
Files
UXP/testing/mochitest/tests/browser/browser_popupNode_check.js
T

4 lines
101 B
JavaScript

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