blob: 91fa3c8fdfbf9754f74976974293b78429b0aa2d [file] [log] [blame]
<!DOCTYPE html>
<div>The blue square should be at the top-left corner of the iframe.</div>
<iframe srcdoc="
<!DOCTYPE html>
<body style='overflow: scroll; margin: 0'>
<div style='position: absolute; top: 0; left: 0; width: 100px; height: 100px; background: blue'></div>
</body>">
</iframe>