Bug 170175 - [css-flex] Incorrect self-baseline alignment for vertical items and text-orientation sideways
Summary: [css-flex] Incorrect self-baseline alignment for vertical items and text-orie...
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: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-03-28 04:17 PDT by Javier Fernandez
Modified: 2018-11-23 03:28 PST (History)
5 users (show)

See Also:


Attachments
Test case to reproduce the issue (828 bytes, text/html)
2017-03-28 04:17 PDT, Javier Fernandez
no flags Details
Expected result (16.31 KB, image/png)
2017-03-28 04:18 PDT, Javier Fernandez
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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