Update BrowserWindow's test to check additional features upon window.open() call
This commit is contained in:
parent
ebaeec1677
commit
edd80d88a9
2 changed files with 3 additions and 2 deletions
2
spec/fixtures/pages/window-open.html
vendored
2
spec/fixtures/pages/window-open.html
vendored
|
@ -1,7 +1,7 @@
|
|||
<html>
|
||||
<body>
|
||||
<script type="text/javascript" charset="utf-8">
|
||||
window.open('http://host', 'host');
|
||||
window.open('http://host', 'host' , 'this-is-not-a-standard-feature');
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue