electron/spec/fixtures/extensions/content-script/frame.html

12 lines
236 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
</head>
<body>
This is a frame, it has no children
<div id="all_frames_enabled"></div>
<div id="all_frames_disabled"></div>
</body>
</html>