electron/spec/fixtures/pages/c.html

8 lines
177 B
HTML
Raw Normal View History

2014-10-25 15:23:49 +00:00
<html>
<body>
<script type="text/javascript" charset="utf-8">
2015-07-14 15:42:03 +00:00
console.log([typeof require, typeof module, typeof process, typeof global].join(' '));
2014-10-25 15:23:49 +00:00
</script>
</body>
</html>