dom/tests/mochitest/whatwg/browserFu.js

changeset 0
6474c204b198
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