1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-20 01:46:15 -04:00
elinks/test/ecmascript/assert/navigator.appCodeName.html

6 lines
144 B
HTML
Raw Normal View History

2024-04-28 09:29:17 -04:00
<script>
console.error("navigator.appCodeName.html");
console.assert(navigator.appCodeName === 'Mozilla', 'Mozilla');
console.exit();
2024-04-28 09:29:17 -04:00
</script>