Bug 90836 - shrinkwrapped seamless iframes have scrollbars when they shouldn't
Summary: shrinkwrapped seamless iframes have scrollbars when they shouldn't
Status: RESOLVED DUPLICATE of bug 87707
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 87707
Blocks: 45950
  Show dependency treegraph
 
Reported: 2012-07-09 16:29 PDT by Ojan Vafai
Modified: 2013-01-28 02:06 PST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***