electron/spec/fixtures/pages/web-view-log-process.html
2016-04-21 11:49:42 -07:00

13 lines
191 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>test</title>
<script>
console.log(typeof process)
</script>
</head>
<body>
test?
</body>
</html>