Bug 152614

Summary: Simple line layout: Text with stroke width is not positioned correctly.
Product: WebKit Reporter: zalan <zalan>
Component: Layout and RenderingAssignee: zalan <zalan>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, esprehn+autocc, glenn, koivisto, kondapallykalyan, mmaxfield, simon.fraser
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch simon.fraser: review+

Description zalan 2015-12-31 09:33:49 PST
ssia.
Comment 1 zalan 2015-12-31 09:39:19 PST
Created attachment 268043 [details]
Patch
Comment 2 Simon Fraser (smfr) 2015-12-31 11:19:58 PST
Comment on attachment 268043 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=268043&action=review

> LayoutTests/fast/text/simple-line-layout-text-position-with-stroke-expected.html:7
> +		-webkit-text-stroke-width: 2px;

tabs

> LayoutTests/fast/text/simple-line-layout-text-position-with-stroke-expected.html:12
> +      internals.settings.setSimpleLineLayoutEnabled(false);

2-space indent

> LayoutTests/fast/text/simple-line-layout-text-position-with-stroke.html:7
> +		-webkit-text-stroke-width: 2px;

Tabs
Comment 3 zalan 2015-12-31 11:34:18 PST
Committed r194462: <http://trac.webkit.org/changeset/194462>