[webkit-changes] [WebKit/WebKit] 995357: [Debug] SHOULD NEVER BE REACHED on `fast/multicol/...

Vitaly Dyachkov noreply at github.com
Tue Oct 8 09:23:07 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 99535733074eea67b373aab0a73ac8d943020041
      https://github.com/WebKit/WebKit/commit/99535733074eea67b373aab0a73ac8d943020041
  Author: Vitaly Dyachkov <vitaly at igalia.com>
  Date:   2024-10-08 (Tue, 08 Oct 2024)

  Changed paths:
    M LayoutTests/TestExpectations
    M Source/WebCore/rendering/RenderTable.cpp

  Log Message:
  -----------
  [Debug] SHOULD NEVER BE REACHED on `fast/multicol/spanner-get-re-added-on-move-crash.html`
https://bugs.webkit.org/show_bug.cgi?id=280747

Reviewed by Darin Adler.

It happens when the table has captions but no sections,
i.e. `sectionMoved` is `true` and `sectionCount` is `0`.

* LayoutTests/TestExpectations:
* Source/WebCore/rendering/RenderTable.cpp:
(WebCore::RenderTable::layout):

Canonical link: https://commits.webkit.org/284831@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