Add spec for native window.open from iframe
This commit is contained in:
parent
8f22e6a265
commit
f5cf6d4ddd
3 changed files with 19 additions and 1 deletions
10
spec/fixtures/api/native-window-open-iframe.html
vendored
Normal file
10
spec/fixtures/api/native-window-open-iframe.html
vendored
Normal file
|
@ -0,0 +1,10 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title></title>
|
||||
</head>
|
||||
<body>
|
||||
<iframe src="./native-window-open-blank.html"></iframe>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue