Mask root layer rectangles to their boundaries

This prevents iframes contents from overflowing their root layers.
This commit is contained in:
Martin Robinson 2014-09-23 18:41:06 -07:00
parent 01b4100756
commit a75594d7cf
4 changed files with 17 additions and 0 deletions

View file

@ -0,0 +1,6 @@
<html>
<body style="margin: 16px;">
<div style="background: green; width: 100px; height: 100px;"></div>
</div>
</body>
</html>