spec: No node integration in iframe
This commit is contained in:
parent
ef15b670a9
commit
7210f6e64d
2 changed files with 23 additions and 0 deletions
7
spec/fixtures/pages/set-global.html
vendored
Normal file
7
spec/fixtures/pages/set-global.html
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
<html>
|
||||
<body>
|
||||
<script type="text/javascript" charset="utf-8">
|
||||
window.test = [typeof require, typeof module, typeof process].join(' ')
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue