Title: [294529] trunk/LayoutTests/platform/ios-wk2
Revision
294529
Author
[email protected]
Date
2022-05-19 21:52:04 -0700 (Thu, 19 May 2022)

Log Message

[ Gardening ]REBASELINE [ iOS ] fast/events/ios/rotation/layout-viewport-during-safari-type-rotation.html is flaky failing
https://bugs.webkit.org/show_bug.cgi?id=231266

Unreviewed test gardening. Rebaseline for iOS.

* LayoutTests/platform/ios-wk2/TestExpectations:
* LayoutTests/platform/ios-wk2/fast/events/ios/rotation/layout-viewport-during-rotation-expected.txt: Added.

Canonical link: https://commits.webkit.org/250784@main

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/platform/ios-wk2/TestExpectations (294528 => 294529)


--- trunk/LayoutTests/platform/ios-wk2/TestExpectations	2022-05-20 04:03:09 UTC (rev 294528)
+++ trunk/LayoutTests/platform/ios-wk2/TestExpectations	2022-05-20 04:52:04 UTC (rev 294529)
@@ -2067,8 +2067,6 @@
 
 webkit.org/b/231269 fast/events/ios/rotation/safari-like-rotation.html [ Failure ]
 
-webkit.org/b/231266 fast/events/ios/rotation/layout-viewport-during-safari-type-rotation.html [ Pass Failure ]
-
 webkit.org/b/231315 fast/events/ios/rotation/safe-area-insets-during-safari-type-rotation.html [ Pass Timeout Failure ]
 
 webkit.org/b/230987 fast/events/ios/viewport-shrink-to-fit-allows-double-tap.html [ Pass Timeout ]

Added: trunk/LayoutTests/platform/ios-wk2/fast/events/ios/rotation/layout-viewport-during-rotation-expected.txt (0 => 294529)


--- trunk/LayoutTests/platform/ios-wk2/fast/events/ios/rotation/layout-viewport-during-rotation-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/ios-wk2/fast/events/ios/rotation/layout-viewport-during-rotation-expected.txt	2022-05-20 04:52:04 UTC (rev 294529)
@@ -0,0 +1,20 @@
+Before rotation
+layoutViewport: 0, 0 - 390 x 797
+visualViewport: 0, 0 - 390 x 797
+client rect of fixed object:0, 0 - 390 x 797
+
+In resize event handler:
+layoutViewport: 0, 0 - 390 x 797
+visualViewport: 0, 0 - 390 x 390
+client rect of fixed object:0, 0 - 390 x 797
+
+In orientationchange event handler:
+layoutViewport: 0, 0 - 844 x 390
+visualViewport: 0, 0 - 844 x 390
+client rect of fixed object:0, 0 - 844 x 390
+
+After rotation
+layoutViewport: 0, 0 - 844 x 390
+visualViewport: 0, 0 - 844 x 390
+client rect of fixed object:0, 0 - 844 x 390
+
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to