Bug 170175

Summary: [css-flex] Incorrect self-baseline alignment for vertical items and text-orientation sideways
Product: WebKit Reporter: Javier Fernandez <jfernandez>
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: bfulgham, hyatt, jfernandez, simon.fraser, zalan
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.chromium.org/p/chromium/issues/detail?id=663355
https://bugs.webkit.org/show_bug.cgi?id=191881
Attachments:
Description Flags
Test case to reproduce the issue
none
Expected result none

Description Javier Fernandez 2017-03-28 04:17:19 PDT
Created attachment 305583 [details]
Test case to reproduce the issue

What steps will reproduce the problem?
(1) Load the attached test case
(2)
(3)

What is the expected output?

The three items should be aligned using their alphabetic baselines (expected.png)

What do you see instead?

The items are not aligned at all; it may be using hanging baseline, but not sure (result.png)
Comment 1 Javier Fernandez 2017-03-28 04:18:19 PDT
Created attachment 305584 [details]
Expected result
Comment 2 Javier Fernandez 2018-11-23 03:28:01 PST
This bug should be fixed now, due to the change landed in r238441 to fix the bug #191881