electron/spec/fixtures/api/native-window-open-iframe.html
2017-05-26 10:10:36 -07:00

10 lines
176 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title></title>
</head>
<body>
<iframe src="./native-window-open-blank.html"></iframe>
</body>
</html>