Title: [271549] trunk/LayoutTests
Revision
271549
Author
[email protected]
Date
2021-01-15 17:32:28 -0800 (Fri, 15 Jan 2021)

Log 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:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (271548 => 271549)


--- trunk/LayoutTests/ChangeLog	2021-01-16 01:13:38 UTC (rev 271548)
+++ trunk/LayoutTests/ChangeLog	2021-01-16 01:32:28 UTC (rev 271549)
@@ -1,3 +1,16 @@
+2021-01-15  Ryosuke Niwa  <[email protected]>
+
+        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:
+
 2021-01-15  Wenson Hsieh  <[email protected]>
 
         [iOS] Emoji keyboard covers text field on twitter.com/messages

Modified: trunk/LayoutTests/http/tests/loading/redirect-with-no-location-crash-expected.txt (271548 => 271549)


--- trunk/LayoutTests/http/tests/loading/redirect-with-no-location-crash-expected.txt	2021-01-16 01:13:38 UTC (rev 271548)
+++ trunk/LayoutTests/http/tests/loading/redirect-with-no-location-crash-expected.txt	2021-01-16 01:32:28 UTC (rev 271549)
@@ -2,7 +2,6 @@
 main frame - didCommitLoadForFrame
 frame "<!--frame1-->" - didStartProvisionalLoadForFrame
 main frame - didFinishDocumentLoadForFrame
-main frame - didReceiveTitle: Test for https://bugs.webkit.org/show_bug.cgi?id=29293
 frame "<!--frame1-->" - didCommitLoadForFrame
 frame "<!--frame1-->" - didFinishDocumentLoadForFrame
 frame "<!--frame1-->" - didHandleOnloadEventsForFrame

Modified: trunk/LayoutTests/http/tests/loading/redirect-with-no-location-crash.html (271548 => 271549)


--- trunk/LayoutTests/http/tests/loading/redirect-with-no-location-crash.html	2021-01-16 01:13:38 UTC (rev 271548)
+++ trunk/LayoutTests/http/tests/loading/redirect-with-no-location-crash.html	2021-01-16 01:32:28 UTC (rev 271549)
@@ -1,6 +1,6 @@
 <html>
 <head>
-    <title>Test for https://bugs.webkit.org/show_bug.cgi?id=29293</title>
+    <!-- Test for https://bugs.webkit.org/show_bug.cgi?id=29293 -->
     <script>
         if (window.testRunner) {
             testRunner.dumpAsText();

Modified: trunk/LayoutTests/platform/wk2/http/tests/loading/redirect-with-no-location-crash-expected.txt (271548 => 271549)


--- trunk/LayoutTests/platform/wk2/http/tests/loading/redirect-with-no-location-crash-expected.txt	2021-01-16 01:13:38 UTC (rev 271548)
+++ trunk/LayoutTests/platform/wk2/http/tests/loading/redirect-with-no-location-crash-expected.txt	2021-01-16 01:32:28 UTC (rev 271549)
@@ -1,7 +1,6 @@
 main frame - didStartProvisionalLoadForFrame
 main frame - didCommitLoadForFrame
 main frame - didFinishDocumentLoadForFrame
-main frame - didReceiveTitle: Test for https://bugs.webkit.org/show_bug.cgi?id=29293
 frame "<!--frame1-->" - didStartProvisionalLoadForFrame
 frame "<!--frame1-->" - didCommitLoadForFrame
 frame "<!--frame1-->" - didFinishDocumentLoadForFrame
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to