[Webkit-unassigned] [Bug 28093] Inspector: May Be Showing The Wrong Inherited/Computed Styles

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 7 21:43:18 PDT 2009


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





--- Comment #5 from Timothy Hatcher <timothy at hatcher.name>  2009-08-07 21:43:17 PDT ---
            // Test the style to see if the UA border and background match.
            return (style->border() != border ||
                    *style->backgroundLayers() != background ||
                    style->backgroundColor() != backgroundColor);

I looks like we check if the border is different from the UA border. If it is,
the control uses the author's border.

-- 
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