blob: 8732eeaff8894ae0aebeb6e998a1b8c34e8842f4 [file] [edit]
<!DOCTYPE html>
<html>
<head>
<style>
iframe {
width: 400px;
height: 300px;
border: none;
}
</style>
</head>
<body>
<iframe scrolling="no" srcdoc="
<style>
body {
width: 400px;
height: 300px;
background-color: green;
}
</style>
<body>
</body>
"></iframe>
</body>
</html>