Title: [293088] trunk/LayoutTests
Revision
293088
Author
[email protected]
Date
2022-04-20 02:09:05 -0700 (Wed, 20 Apr 2022)

Log Message

[Debug] Skip editing/inserting/insert-list-user-select-none-crash.html

Unreviewed test gardening.

This started crashing after r293028, but it's not a direct cause of that bug. You can also
reproduce before r293028 by replacing `user-select: none;` in the test with `user-select: text`.

* TestExpectations:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (293087 => 293088)


--- trunk/LayoutTests/ChangeLog	2022-04-20 07:54:47 UTC (rev 293087)
+++ trunk/LayoutTests/ChangeLog	2022-04-20 09:09:05 UTC (rev 293088)
@@ -1,3 +1,14 @@
+2022-04-20  Tim Nguyen  <[email protected]>
+
+        [Debug] Skip editing/inserting/insert-list-user-select-none-crash.html
+
+        Unreviewed test gardening.
+
+        This started crashing after r293028, but it's not a direct cause of that bug. You can also
+        reproduce before r293028 by replacing `user-select: none;` in the test with `user-select: text`.
+
+        * TestExpectations:
+
 2022-04-19  Karl Rackler  <[email protected]>
 
         [Release wk2 arm64] fast/selectors/selection-window-inactive-stroke-color.html is a flaky image-only failure

Modified: trunk/LayoutTests/TestExpectations (293087 => 293088)


--- trunk/LayoutTests/TestExpectations	2022-04-20 07:54:47 UTC (rev 293087)
+++ trunk/LayoutTests/TestExpectations	2022-04-20 09:09:05 UTC (rev 293088)
@@ -5202,3 +5202,5 @@
 
 # Only some ports automatically relayout if a font is installed while the page is open
 fast/text/install-font-style-recalc.html [ Failure ]
+
+webkit.org/b/239533 [ Debug ] editing/inserting/insert-list-user-select-none-crash.html [ Skip ]
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to