Fix ENABLE_IFRAME_SEAMLESS to actually fully disable <iframe seamless>
Created attachment 144320 [details] Patch
Apple may want to pull this into their release branches, since I believe they've disabled seamless there.
<rdar://problem/11550608>
Comment on attachment 144320 [details] Patch Clearing flags on attachment: 144320 Committed r118883: <http://trac.webkit.org/changeset/118883>
All reviewed patches have been landed. Closing bug.
What is the symptom if this bug is not incorporated? Is there a user visible effect?
> What is the symptom if this bug is not incorporated? Is there a user visible effect? The symptom is that an iframe with the seamless attribute would exhibit some of the seamless behaviors (e.g., style inheritance), but not all of them (e.g., redirected navigation). The effect should only be visible in content that attempts to use the seamless attribute.
(In reply to comment #7) > > What is the symptom if this bug is not incorporated? Is there a user visible effect? > > The symptom is that an iframe with the seamless attribute would exhibit some of the seamless behaviors (e.g., style inheritance), but not all of them (e.g., redirected navigation). The effect should only be visible in content that attempts to use the seamless attribute. Thanks Adam.