Bug 90836
Summary: | shrinkwrapped seamless iframes have scrollbars when they shouldn't | ||
---|---|---|---|
Product: | WebKit | Reporter: | Ojan Vafai <ojan> |
Component: | Layout and Rendering | Assignee: | 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 |
Ojan Vafai
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>
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Eric Seidel (no email)
I suspect this is very related to bug 87707.
Mike West
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 ***