[webkit-changes] [WebKit/WebKit] 3622f4: Unnecessary text wrap in Wikipedia

Alan Baradlay noreply at github.com
Mon Aug 19 08:58:01 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 3622f4b1d8d0bc71db95a19541d201d4df7ec9a3
      https://github.com/WebKit/WebKit/commit/3622f4b1d8d0bc71db95a19541d201d4df7ec9a3
  Author: Alan Baradlay <zalan at apple.com>
  Date:   2024-08-19 (Mon, 19 Aug 2024)

  Changed paths:
    A LayoutTests/fast/misc/legend-inside-grid-fieldset-expected.html
    A LayoutTests/fast/misc/legend-inside-grid-fieldset.html
    M Source/WebCore/rendering/RenderGrid.cpp

  Log Message:
  -----------
  Unnecessary text wrap in Wikipedia
https://bugs.webkit.org/show_bug.cgi?id=278304
<rdar://problem/134247461>

Reviewed by Antti Koivisto.

While legend is a special, excluded content it still relies on containing block's width to size itself.

* LayoutTests/fast/misc/legend-inside-grid-fieldset-expected.html: Added.
* LayoutTests/fast/misc/legend-inside-grid-fieldset.html: Added.
* Source/WebCore/rendering/RenderGrid.cpp:
(WebCore::RenderGrid::layoutGrid):

Canonical link: https://commits.webkit.org/282428@main



To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications


More information about the webkit-changes mailing list