Title: [271888] trunk/LayoutTests
Revision
271888
Author
ryanhad...@apple.com
Date
2021-01-26 11:36:14 -0800 (Tue, 26 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

Unreviewed test gardening.

* TestExpectations: Skip the test to speed up EWS since it became flaky after r271549 was reverted.

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (271887 => 271888)


--- trunk/LayoutTests/ChangeLog	2021-01-26 18:52:40 UTC (rev 271887)
+++ trunk/LayoutTests/ChangeLog	2021-01-26 19:36:14 UTC (rev 271888)
@@ -1,3 +1,12 @@
+2021-01-26  Ryan Haddad  <ryanhad...@apple.com>
+
+        Release assert in Document::updateStyleIfNeeded() via PrintContext::end() inside HTMLTitleElement::insertedIntoAncestor and removedFromAncestor
+        https://bugs.webkit.org/show_bug.cgi?id=218496
+
+        Unreviewed test gardening.
+
+        * TestExpectations: Skip the test to speed up EWS since it became flaky after r271549 was reverted.
+
 2021-01-25  Ryosuke Niwa  <rn...@webkit.org>
 
         Unreviewed, reverting r271514 and r271549

Modified: trunk/LayoutTests/TestExpectations (271887 => 271888)


--- trunk/LayoutTests/TestExpectations	2021-01-26 18:52:40 UTC (rev 271887)
+++ trunk/LayoutTests/TestExpectations	2021-01-26 19:36:14 UTC (rev 271888)
@@ -4588,3 +4588,5 @@
 webkit.org/b/220928 imported/w3c/web-platform-tests/css/css-color/predefined-015.html [ ImageOnlyFailure ] # Requires fallback (at parse time) support (unclear if this makes sense)
 webkit.org/b/220928 imported/w3c/web-platform-tests/css/css-color/predefined-016.html [ ImageOnlyFailure ] # Requires xyz support
 webkit.org/b/220928 imported/w3c/web-platform-tests/css/css-color/predefined-017.html [ ImageOnlyFailure ] # Requires xyz support
+
+webkit.org/b/218496 http/tests/loading/redirect-with-no-location-crash.html [ Skip ]
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to