Title: [292964] trunk/LayoutTests
Revision
292964
Author
[email protected]
Date
2022-04-18 12:36:51 -0700 (Mon, 18 Apr 2022)

Log Message

[iOS] Skip CSS resize tests added by r292559
https://bugs.webkit.org/show_bug.cgi?id=239459

Unreviewed test gardening.

iOS doesn't support CSS resize.

* platform/ios/TestExpectations:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (292963 => 292964)


--- trunk/LayoutTests/ChangeLog	2022-04-18 18:56:46 UTC (rev 292963)
+++ trunk/LayoutTests/ChangeLog	2022-04-18 19:36:51 UTC (rev 292964)
@@ -1,3 +1,14 @@
+2022-04-18  Tim Nguyen  <[email protected]>
+
+        [iOS] Skip CSS resize tests added by r292559
+        https://bugs.webkit.org/show_bug.cgi?id=239459
+
+        Unreviewed test gardening.
+
+        iOS doesn't support CSS resize.
+
+        * platform/ios/TestExpectations:
+
 2022-04-18  Martin Robinson  <[email protected]>
 
         TestRunner testdriver does not properly focus elements before sending keys to them

Modified: trunk/LayoutTests/platform/ios/TestExpectations (292963 => 292964)


--- trunk/LayoutTests/platform/ios/TestExpectations	2022-04-18 18:56:46 UTC (rev 292963)
+++ trunk/LayoutTests/platform/ios/TestExpectations	2022-04-18 19:36:51 UTC (rev 292964)
@@ -1084,8 +1084,6 @@
 fast/css/hover-update.html [ Skip ]
 fast/css/nested-layers-with-hover.html [ Skip ]
 fast/css/pseudo-element-selector-scrollbar-hover.html [ Skip ]
-fast/css/resize-corner-tracking.html [ Skip ]
-fast/css/resize-single-axis.html [ Skip ]
 fast/css/user-drag-none.html [ Skip ]
 fast/forms/range/disabled-while-dragging.html [ Skip ]
 fast/forms/range/range-drag-when-toggled-disabled.html [ Skip ]
@@ -1095,6 +1093,15 @@
 fast/events/mouse-click-different-mouseDown-mouseUp-nodes.html [ Skip ]
 fast/scrolling/scrolling-inside-scrolled-overflowarea.html [ Skip ]
 
+# CSS resizers aren't supported on iOS
+fast/css/resize-above-min-size-and-below-initial-size.html [ Skip ]
+fast/css/resize-below-min-intrinsic-size-large-scrollbars.html [ Skip ]
+fast/css/resize-below-min-intrinsic-size.html [ Skip ]
+fast/css/resize-below-min-size-zoomed.html [ Skip ]
+fast/css/resize-below-min-size.html [ Skip ]
+fast/css/resize-corner-tracking.html [ Skip ]
+fast/css/resize-single-axis.html [ Skip ]
+
 # The file-wrapper part of <attachment> is not yet working on iOS
 fast/attachment/attachment-type-attribute.html [ Skip ]
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to