[Webkit-unassigned] [Bug 86315] Styles are not propagated to seamless iframe when parent page is altered

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 14 17:24:21 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=86315





--- Comment #4 from Eric Seidel <eric at webkit.org>  2012-05-14 17:23:25 PST ---
Bug #2 is not actually a bug in the code, but a bug in your test. :)  The body { } selector is inherited by the child iframe, so even though you change the color on the outer body, it will not be changed on the inner body, since a more specific selector applies. :)

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list