| Summary: | [AutoSizing] Resolve viewport units against the preferred content size | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | zalan <zalan> | ||||||||
| Component: | Layout and Rendering | Assignee: | zalan <zalan> | ||||||||
| Status: | RESOLVED FIXED | ||||||||||
| Severity: | Normal | CC: | bfulgham, simon.fraser, thorton, timothy, zalan | ||||||||
| Priority: | P2 | Keywords: | InRadar | ||||||||
| Version: | WebKit Nightly Build | ||||||||||
| Hardware: | Unspecified | ||||||||||
| OS: | Unspecified | ||||||||||
| Attachments: |
|
||||||||||
|
Description
zalan
2020-06-19 14:56:45 PDT
*** Bug 213313 has been marked as a duplicate of this bug. *** Created attachment 402333 [details]
Patch
Comment on attachment 402333 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=402333&action=review > Source/WebCore/ChangeLog:19 > + and resolved the values against the horiztonal constraint). horiztonal > Source/WebCore/testing/Internals.cpp:3716 > +void Internals::enableSizeToContentAutoSizeMode(bool enabled, int width, int height) We already have tests. Maybe no internals method because they’re all API tests? OK Created attachment 402336 [details]
Patch
> > Source/WebCore/testing/Internals.cpp:3716
> > +void Internals::enableSizeToContentAutoSizeMode(bool enabled, int width, int height)
>
> We already have tests. Maybe no internals method because they’re all API
> tests? OK
Yeah, and we already have layout tests for the fixed-autosizing(mail), so I thought why not add one for the contentsize-autosizing.
Created attachment 402354 [details]
Patch
commit-queue failed to commit attachment 402354 [details] to WebKit repository.
Committed r263311: <https://trac.webkit.org/changeset/263311> |