Bug 156326 - REGRESSION (197987): Ingredient lists on smittenkitchen.com are full justified instead of left justified.
Summary: REGRESSION (197987): Ingredient lists on smittenkitchen.com are full justifie...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: zalan
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2016-04-06 18:48 PDT by zalan
Modified: 2016-04-07 07:55 PDT (History)
8 users (show)

See Also:


Attachments
Patch (9.91 KB, patch)
2016-04-06 18:58 PDT, zalan
no flags Details | Formatted Diff | Diff
Patch (9.87 KB, patch)
2016-04-06 19:35 PDT, zalan
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description zalan 2016-04-06 18:48:48 PDT
Steps to Reproduce:
1. Go to http://smittenkitchen.com/blog/2011/02/blood-orange-olive-oil-cake/
2. Scroll down to the end of the article where the recipe is
Comment 1 zalan 2016-04-06 18:49:02 PDT
rdar://problem/25519393
Comment 2 zalan 2016-04-06 18:58:07 PDT
Created attachment 275845 [details]
Patch
Comment 3 Simon Fraser (smfr) 2016-04-06 19:21:21 PDT
Comment on attachment 275845 [details]
Patch

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

> Source/WebCore/rendering/SimpleLineLayout.cpp:409
> +        return Optional<TextFragmentIterator::TextFragment>();

return Nullopt.
Comment 4 zalan 2016-04-06 19:35:29 PDT
Created attachment 275850 [details]
Patch
Comment 5 WebKit Commit Bot 2016-04-07 07:55:55 PDT
Comment on attachment 275850 [details]
Patch

Clearing flags on attachment: 275850

Committed r199156: <http://trac.webkit.org/changeset/199156>
Comment 6 WebKit Commit Bot 2016-04-07 07:55:59 PDT
All reviewed patches have been landed.  Closing bug.