haikuwebkit/LayoutTests/fast/css-grid-layout/painting-item-marginbox-ove...

15 lines
407 B
HTML

<!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>