dom/tests/mochitest/whatwg/browserFu.js

branch
TOR_BUG_9701
changeset 15
b8a032363ba2
equal deleted inserted replaced
-1:000000000000 0:28e9fd648b5d
1 /**
2 * File which includes stuff for Mozilla-specific checks which shouldn't happen
3 * in other browsers but which we wish to test.
4 */
5
6 var isMozilla = navigator.product === "Gecko" && "buildID" in navigator;

mercurial