Bug 220524 - REGRESSION(r268666) Incorrect vertical position inside grid items with padding
Summary: REGRESSION(r268666) Incorrect vertical position inside grid items with padding
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: Sergio Villar Senin
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-01-11 13:16 PST by zalan
Modified: 2021-01-13 03:54 PST (History)
11 users (show)

See Also:


Attachments
test reduction (391 bytes, text/html)
2021-01-11 13:16 PST, zalan
no flags Details
Patch (4.34 KB, patch)
2021-01-13 02:44 PST, Sergio Villar Senin
rego: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description zalan 2021-01-11 13:16:53 PST
Created attachment 417407 [details]
test reduction

ssia
Comment 1 Radar WebKit Bug Importer 2021-01-11 13:18:29 PST
<rdar://problem/73010949>
Comment 2 Sergio Villar Senin 2021-01-13 02:44:58 PST
Created attachment 417518 [details]
Patch
Comment 3 Manuel Rego Casasnovas 2021-01-13 03:04:30 PST
Comment on attachment 417518 [details]
Patch

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

r=me

> Source/WebCore/ChangeLog:3
> +        REGRESSION(r268666) Incorrect vertical position inside grid/flex with padding

Shouldn't we rename the bug so we don't mention "flex"? It seems unrelated to flexbox and specific to grid layout.
Comment 4 Sergio Villar Senin 2021-01-13 03:54:09 PST
Committed r271436: <https://trac.webkit.org/changeset/271436>