[Webkit-unassigned] [Bug 36793] CSS outline property on a narrow element has rabbit ear artifacts
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Aug 10 13:26:37 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=36793
--- Comment #7 from Robert Hogan <robert at webkit.org> 2011-08-10 13:26:37 PST ---
(From update of attachment 97730)
View in context: https://bugs.webkit.org/attachment.cgi?id=97730&action=review
> LayoutTests/fast/css/outline-narrowLine.html:1
> +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
Is this important to the test? The DOCTYPE used elsewhere, when specified, seems to be:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
But if it doesn't affect the behaviour of the test I would suggest leave it out.
> Source/WebCore/rendering/RenderInline.cpp:1527
> +
> + if (thisline.x() == thisline.maxX())
> + drawLineForBoxSide(graphicsContext,
> + l - ow,
> + b,
> + r + ow,
> + b + ow,
> + BSBottom, outlineColor, os,
> + ow,
> + ow,
> + antialias
> + );
> +
This needs rebasing - the function's variable names have changed.
--
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