servo/tests/ref/iframe/overflow_ref.html
Martin Robinson a75594d7cf Mask root layer rectangles to their boundaries
This prevents iframes contents from overflowing their root layers.
2014-09-29 16:42:26 -07:00

6 lines
132 B
HTML

<html>
<body style="margin: 16px;">
<div style="background: green; width: 100px; height: 100px;"></div>
</div>
</body>
</html>