electron/spec/fixtures/pages/a.html

9 lines
134 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');
2015-04-05 09:20:42 +00:00
document.title = "test"
2014-10-25 15:23:49 +00:00
</script>
</body>
</html>