WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED CONFIGURATION CHANGED
187413
WebKit is inconsistent on baseline alignment of elements with non-default "overflow" value (depending on whether scrollbars are present)
https://bugs.webkit.org/show_bug.cgi?id=187413
Summary
WebKit is inconsistent on baseline alignment of elements with non-default "ov...
Daniel Holbert
Reported
2018-07-06 14:37:20 PDT
Created
attachment 344456
[details]
testcase 1 STR: 1. Load attached testcase. 2. Look at the positioning of the "abc" text. ACTUAL RESULTS: In the top "short content" case, abc is baseline-aligned with the text inside the black box. In the bottom "tall content" case, abc is basleine-aligned with the border-bottom of the black box. EXPECTED RESULTS: These cases should behave the same. Interoperability (and perhaps some spec text) suggest that the latter behavior (using the border-bottom for baseline alignment) is the correct behavior -- that's what Firefox, Chrome, and Edge do here. NOTE: the two cases in this testcase are *identical*, aside from the fact that there's some taller content in the lower one. Both of them involve an "overflow:auto;display:inline-block" element, which we're trying to baseline-align with some "abc" text. I'm testing with Safari 11.1 on Mac OS High Sierra.
Attachments
testcase 1
(588 bytes, text/html)
2018-07-06 14:37 PDT
,
Daniel Holbert
no flags
Details
screenshot of testcase, showing bug (abc inconsistently baseline-aligned with black box)
(51.06 KB, image/png)
2018-07-06 14:40 PDT
,
Daniel Holbert
no flags
Details
View All
Add attachment
proposed patch, testcase, etc.
Daniel Holbert
Comment 1
2018-07-06 14:40:00 PDT
Created
attachment 344457
[details]
screenshot of testcase, showing bug (abc inconsistently baseline-aligned with black box)
Ahmad Saleem
Comment 2
2023-03-23 16:48:10 PDT
I am not able to reproduce the incorrect behavior based on reference screenshot using attached test case in Safari 16.3, STP166 and WebKit ToT. Safari is matching Chrome Canary 113 and Firefox Nightly 113. Marking this as “RESOLVED CONFIGURATION CHANGED”. Thanks!
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug