electron/spec/fixtures/pages/c.html

8 lines
177 B
HTML
Raw Normal View History

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