blob: 80ac2cb0514c41fe464800f89795753e8def0428 [file] [log] [blame]
<!DOCTYPE html>
<p>Test PASS if you see two adjacent iframes with a 50x50 green square.</p>
<iframe height="120px" width="300px" srcdoc="
<div style='background: green; width: 50px; height: 50px; margin-left: 100px;'></div>
">
</iframe>
<iframe height="120px" width="300px" srcdoc="
<div style='background: green; width: 50px; height: 50px; margin-left: 134px;'></div>
">
</iframe>