electron/spec/fixtures/pages/useragent.html

8 lines
124 B
HTML
Raw Normal View History

2015-05-05 22:06:15 -07:00
<html>
<body>
<script type="text/javascript" charset="utf-8">
console.log(navigator.userAgent);
</script>
</body>
</html>