RESOLVED FIXED 99289
Iframe seamless not applying styles with dynamic iframe content
https://bugs.webkit.org/show_bug.cgi?id=99289
Summary Iframe seamless not applying styles with dynamic iframe content
Mike Williamson
Reported 2012-10-14 20:44:56 PDT
There were other seamless issues, but I don't believe this is related, so apologies if this turns out to be a duplicate. First noticed on Chrome, reproduced on Webkit Nightly from October 12th. Steps to reproduce the problem: 1. I've attached 2 files: test.html and iframe.html. 2. Download them to the same folder and open test.html locally in your browser 3. You'll notice that the HELLO WORLD text isn't red. 4. Edit text.html to uncomment the iframe tag that has the src="iframe.html" attribute set. Reload test.html, and now you'll see that the text is red. What is the expected behavior? What went wrong? Parent styles in a seamless iframe are being applied correctly only when the iframe content is loaded using a src="" attribute. When the content is loaded dynamically with JavaScript, the parent styles aren't applied, even though it's still a seamless frame. My understanding of the spec is that parent styles should be applied to the seamless frame regardless of where the content comes from, but I might be misunderstanding something.
Attachments
The testcase that I seem to have forgotten. (843 bytes, application/zip)
2012-10-15 14:50 PDT, Mike Williamson
no flags
Patch (2.93 KB, patch)
2013-01-21 05:57 PST, Mike West
no flags
Eric Seidel (no email)
Comment 1 2012-10-14 20:47:26 PDT
Thanks for the bug!
Mike Williamson
Comment 2 2012-10-15 14:50:01 PDT
Created attachment 168789 [details] The testcase that I seem to have forgotten.
Mike West
Comment 3 2013-01-21 05:52:29 PST
I believe this was fixed in bug 103539. I'll add a test to ensure this doesn't regress, but it seems to be working now on trunk.
Mike West
Comment 4 2013-01-21 05:57:18 PST
Eric Seidel (no email)
Comment 5 2013-01-21 10:47:35 PST
Comment on attachment 183765 [details] Patch ok
WebKit Review Bot
Comment 6 2013-01-21 11:04:47 PST
Comment on attachment 183765 [details] Patch Clearing flags on attachment: 183765 Committed r140346: <http://trac.webkit.org/changeset/140346>
WebKit Review Bot
Comment 7 2013-01-21 11:04:52 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.