electron/spec/fixtures/pages/useragent.html
2015-05-19 14:27:15 -07:00

7 lines
124 B
HTML

<html>
<body>
<script type="text/javascript" charset="utf-8">
console.log(navigator.userAgent);
</script>
</body>
</html>