Changeset 271549 in webkit


Ignore:
Timestamp:
Jan 15, 2021 5:32:28 PM (3 years ago)
Author:
rniwa@webkit.org
Message:

Release assert in Document::updateStyleIfNeeded() via PrintContext::end() inside HTMLTitleElement::insertedIntoAncestor and removedFromAncestor
https://bugs.webkit.org/show_bug.cgi?id=218496

Reviewed by Darin Adler.

Remove the title element to eliminiate the non-determinism.

  • http/tests/loading/redirect-with-no-location-crash-expected.txt:
  • http/tests/loading/redirect-with-no-location-crash.html:
  • platform/wk2/http/tests/loading/redirect-with-no-location-crash-expected.txt:
Location:
trunk/LayoutTests
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r271543 r271549  
     12021-01-15  Ryosuke Niwa  <rniwa@webkit.org>
     2
     3        Release assert in Document::updateStyleIfNeeded() via PrintContext::end() inside HTMLTitleElement::insertedIntoAncestor and removedFromAncestor
     4        https://bugs.webkit.org/show_bug.cgi?id=218496
     5
     6        Reviewed by Darin Adler.
     7
     8        Remove the title element to eliminiate the non-determinism.
     9
     10        * http/tests/loading/redirect-with-no-location-crash-expected.txt:
     11        * http/tests/loading/redirect-with-no-location-crash.html:
     12        * platform/wk2/http/tests/loading/redirect-with-no-location-crash-expected.txt:
     13
    1142021-01-15  Wenson Hsieh  <wenson_hsieh@apple.com>
    215
  • trunk/LayoutTests/http/tests/loading/redirect-with-no-location-crash-expected.txt

    r271514 r271549  
    33frame "<!--frame1-->" - didStartProvisionalLoadForFrame
    44main frame - didFinishDocumentLoadForFrame
    5 main frame - didReceiveTitle: Test for https://bugs.webkit.org/show_bug.cgi?id=29293
    65frame "<!--frame1-->" - didCommitLoadForFrame
    76frame "<!--frame1-->" - didFinishDocumentLoadForFrame
  • trunk/LayoutTests/http/tests/loading/redirect-with-no-location-crash.html

    r271514 r271549  
    11<html>
    22<head>
    3     <title>Test for https://bugs.webkit.org/show_bug.cgi?id=29293</title>
     3    <!-- Test for https://bugs.webkit.org/show_bug.cgi?id=29293 -->
    44    <script>
    55        if (window.testRunner) {
  • trunk/LayoutTests/platform/wk2/http/tests/loading/redirect-with-no-location-crash-expected.txt

    r271514 r271549  
    22main frame - didCommitLoadForFrame
    33main frame - didFinishDocumentLoadForFrame
    4 main frame - didReceiveTitle: Test for https://bugs.webkit.org/show_bug.cgi?id=29293
    54frame "<!--frame1-->" - didStartProvisionalLoadForFrame
    65frame "<!--frame1-->" - didCommitLoadForFrame
Note: See TracChangeset for help on using the changeset viewer.