comparison: dom/tests/mochitest/whatwg/browserFu.js
dom/tests/mochitest/whatwg/browserFu.js
- branch
- TOR_BUG_9701
- changeset 8
- 97036ab72558
equal
deleted
inserted
replaced
|
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; |