blob: f4ce10d24a0a4b0e2adf317bcc41c53807fbc28a [file] [edit]
<!DOCTYPE html>
<html>
<head>
<style>
iframe {
border: none;
width: 700px;
height: 500px;
background-color: white;
}
</style>
</head>
<body>
<iframe srcdoc="
<style>
html {
height: 100%;
padding: 100px;
background-image: url('../images/resources/red-green-blue-900-300.png');
background-size: contain;
background-clip: content-box;
background-origin: content-box;
box-sizing: border-box;
}
</style>
"></iframe>
</body>
</html>