electron/spec/fixtures/pages/a.html

11 lines
261 B
HTML
Raw Normal View History

2014-10-25 23:23:49 +08:00
<html>
<link rel="icon" type="image/png" href="/favicon.png"/>
<link rel="icon" type="image/png" href="http://test.com/favicon.png"/>
2014-10-25 23:23:49 +08:00
<body>
<script type="text/javascript" charset="utf-8">
console.log('a');
2015-04-05 14:50:42 +05:30
document.title = "test"
2014-10-25 23:23:49 +08:00
</script>
</body>
</html>