⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 271454 in webkit


Ignore:
Timestamp:
Jan 13, 2021, 1:38:36 PM (6 years ago)
Author:
Truitt Savell
Message:

REGRESSION (r269627?): ASSERTION FAILED: &layoutState().establishedFormattingState(layoutBox.formattingContextRoot()) == this in WebCore::Layout::FormattingState::boxGeometry
https://bugs.webkit.org/show_bug.cgi?id=219905

Unreviewed test gardening.

  • platform/mac-wk2/TestExpectations:
Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r271453 r271454  
     12021-01-13  Truitt Savell  <tsavell@apple.com>
     2
     3        REGRESSION (r269627?): ASSERTION FAILED: &layoutState().establishedFormattingState(layoutBox.formattingContextRoot()) == this in WebCore::Layout::FormattingState::boxGeometry
     4        https://bugs.webkit.org/show_bug.cgi?id=219905
     5
     6        Unreviewed test gardening.
     7
     8        * platform/mac-wk2/TestExpectations:
     9
    1102021-01-13  Andres Gonzalez  <andresg_22@apple.com>
    211
  • trunk/LayoutTests/platform/mac-wk2/TestExpectations

    r271301 r271454  
    1 # This file should contain entries for expectations that are specific
     1fast/layoutformattingcontext/subframe-with-display-none-html.html# This file should contain entries for expectations that are specific
    22# to the Apple Mac port running the WebKit2 variant (--webkit-test-runner)
    33
     
    12901290fast/layoutformattingcontext/simple-inline-block.html [ ImageOnlyFailure ]
    12911291fast/layoutformattingcontext/simple-table-with-empty-td.html [ ImageOnlyFailure ]
    1292 fast/layoutformattingcontext/subframe-with-display-none-html.html [ ImageOnlyFailure ]
    12931292fast/layoutformattingcontext/table-basic-row-baseline-align.html [ ImageOnlyFailure ]
    12941293fast/layoutformattingcontext/table-basic-row-baseline-with-nested-table.html [ ImageOnlyFailure ]
     
    13161315webkit.org/b/219322 fast/layoutformattingcontext/table-simple-border-collapse.html [ ImageOnlyFailure ]
    13171316webkit.org/b/219322 fast/layoutformattingcontext/table-simple-border-collapse2.html [ ImageOnlyFailure ]
     1317webkit.org/b/219905 fast/layoutformattingcontext/subframe-with-display-none-html.html [ Crash ImageOnlyFailure ]
    13181318
    13191319webkit.org/b/220018 webanimations/accelerated-transform-related-animation-property-order.html [ ImageOnlyFailure ]
Note: See TracChangeset for help on using the changeset viewer.