electron/spec/fixtures/pages/document-hidden.html

8 lines
147 B
HTML
Raw Normal View History

<html>
<body>
<script type="text/javascript" charset="utf-8">
2015-11-10 07:29:43 +00:00
require('ipc-renderer').send('hidden', document.hidden);
</script>
</body>
</html>