Bug 90836

Summary: shrinkwrapped seamless iframes have scrollbars when they shouldn't
Product: WebKit Reporter: Ojan Vafai <ojan>
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: abarth, eric, mkwst
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 87707    
Bug Blocks: 45950    

Description Ojan Vafai 2012-07-09 16:29:46 PDT
http://software.hixie.ch/utilities/js/live-dom-viewer/?saved=1655

<!DOCTYPE html>
...<style>
 iframe { border: solid;  float: left; }
</style>
<iframe seamless srcdoc="<style>*{margin:0;padding:0;}</style><div style='background:blue'>ABC</div>"></iframe>
Comment 1 Eric Seidel (no email) 2012-07-11 15:35:53 PDT
I suspect this is very related to bug 87707.
Comment 2 Mike West 2013-01-28 02:06:56 PST
Duping this against 87707. The fix I have in the pipe for that bug fixes this one as well.

*** This bug has been marked as a duplicate of bug 87707 ***