summaryrefslogtreecommitdiffstats
path: root/testing/mochitest/tests/browser/browser_popupNode.js
blob: 323657aea69f428765fc06069844d71ce2b1c844 (plain)
1
2
3
4
function test() {
  document.popupNode = document.documentElement;
  isnot(document.popupNode, null, "document.popupNode has been correctly set");
}