[Webkit-unassigned] [Bug 122061] Gap rendered between nested elements

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 11 02:07:16 PST 2014


https://bugs.webkit.org/show_bug.cgi?id=122061





--- Comment #2 from deepak.deepakmittal at gmail.com <deepak.m1 at samsung.com>  2014-02-11 02:04:33 PST ---
I am using :


<style>
body{background:#F00;}
.box{ border-radius: 15px; border: 1px solid #0F0; margin:50px; overflow: hidden; padding: 0px;}
.box2{ background: #00F; padding: 100px; margin: 0px;}
.correctBox{border-radius: 15px; border: 1px solid #0F0; margin:50px; background: #ddd; padding: 100px;    
}
</style>
<body>
<div class="box"><div class="box2">Nested Divs. This has a thin border where the background shows through, especially on the corners</div></div>
<div class="correctBox">Single Div. This is how it should look</div>
</body>



as the content.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list