[Webkit-unassigned] [Bug 231315] [ iOS ] fast/events/ios/rotation/safe-area-insets-during-safari-type-rotation.html is timing out/ flaky failing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 19 16:59:54 PDT 2021


https://bugs.webkit.org/show_bug.cgi?id=231315

--- Comment #3 from ayumi_kojima at apple.com ---
I reproduced the failure easily at TOT and the oldest spades available to test on iOS 15 sim using run-webkit-tests --force --ios-simulator --iterations 50 --exit-after-n-failures 1 fast/events/ios/rotation/safe-area-insets-during-safari-type-rotation.html

but, produced a different diff: 

@@ -1,15 +1,15 @@
 Before rotation
-layoutViewport: 0, 0 - 320 x 548
-visualViewport: 0, 0 - 320 x 548
-client rect of fixed object:0, 0 - 320 x 548
+layoutViewport: 0, 0 - 375 x 647
+visualViewport: 0, 0 - 375 x 647
+client rect of fixed object:0, 0 - 375 x 647

 In resize event handler:
-layoutViewport: 0, 0 - 568 x 320
-visualViewport: 0, 0 - 568 x 320
-client rect of fixed object:100, 50 - 443 x 195
+layoutViewport: 0, 0 - 667 x 375
+visualViewport: 0, 0 - 667 x 375
+client rect of fixed object:100, 50 - 542 x 250

 After rotation
-layoutViewport: 0, 0 - 568 x 320
-visualViewport: 0, 0 - 568 x 320
-client rect of fixed object:100, 50 - 443 x 195
+layoutViewport: 0, 0 - 667 x 375
+visualViewport: 0, 0 - 667 x 375
+client rect of fixed object:100, 50 - 542 x 250

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20211019/3f985bfc/attachment.htm>


More information about the webkit-unassigned mailing list