tenfourfox/dom/tests/mochitest/whatwg/browserFu.js
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

7 lines
210 B
JavaScript

/**
* File which includes stuff for Mozilla-specific checks which shouldn't happen
* in other browsers but which we wish to test.
*/
var isMozilla = navigator.product === "Gecko" && "buildID" in navigator;