electron/spec/fixtures/pages/a.html

8 lines
108 B
HTML
Raw Normal View History

2014-10-25 15:23:49 +00:00
<html>
<body>
<script type="text/javascript" charset="utf-8">
console.log('a');
</script>
</body>
</html>