electron/spec-main/fixtures/sub-frames/frame.html
2019-08-28 13:55:01 -07:00

12 lines
No EOL
288 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
</head>
<body>
This is a frame, it has no children
</body>
</html>