Add failing spec for webview visiblity changes

This commit is contained in:
Kevin Sawicki 2016-05-24 12:37:26 -07:00
parent b86ded3b54
commit 1e15ce6ccd
3 changed files with 40 additions and 0 deletions

View file

@ -0,0 +1,8 @@
<html>
<body>
<script>
console.log(document.visibilityState, document.hidden)
</script>
<webview nodeintegration src="visibilitychange.html"/>
</body>
</html>