Add failing spec for webview visiblity changes
This commit is contained in:
parent
b86ded3b54
commit
1e15ce6ccd
3 changed files with 40 additions and 0 deletions
8
spec/fixtures/pages/webview-visibilitychange.html
vendored
Normal file
8
spec/fixtures/pages/webview-visibilitychange.html
vendored
Normal file
|
@ -0,0 +1,8 @@
|
|||
<html>
|
||||
<body>
|
||||
<script>
|
||||
console.log(document.visibilityState, document.hidden)
|
||||
</script>
|
||||
<webview nodeintegration src="visibilitychange.html"/>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue