[Webkit-unassigned] [Bug 231264] [ iOS 15 ] fast/events/ios/rotation/layout-viewport-during-rotation.html is failing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 6 14:52:52 PDT 2021


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

--- Comment #3 from ayumi_kojima at apple.com ---
I was able to reproduce the failure locally on iOS 15 sim iPhone SE 2nd generation, but with a different diff:

--- /Volumes/Data/Builds/Star/ios/debugToTest/layout-test-results/fast/events/ios/rotation/layout-viewport-during-rotation-expected.txt
+++ /Volumes/Data/Builds/Star/ios/debugToTest/layout-test-results/fast/events/ios/rotation/layout-viewport-during-rotation-actual.txt
@@ -1,20 +1,20 @@
 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 - 375 x 647
+visualViewport: 0, 0 - 375 x 375
+client rect of fixed object:0, 0 - 375 x 647

 In orientationchange event handler:
-layoutViewport: 0, 0 - 320 x 548
-visualViewport: 0, 0 - 320 x 548
-client rect of fixed object:0, 0 - 320 x 548
-
-In resize event handler:
-layoutViewport: 0, 0 - 568 x 320
-visualViewport: 0, 0 - 568 x 320
-client rect of fixed object:0, 0 - 568 x 320
+layoutViewport: 0, 0 - 667 x 375
+visualViewport: 0, 0 - 667 x 375
+client rect of fixed object:0, 0 - 667 x 375

 After rotation
-layoutViewport: 0, 0 - 568 x 320
-visualViewport: 0, 0 - 568 x 320
-client rect of fixed object:0, 0 - 568 x 320
+layoutViewport: 0, 0 - 667 x 375
+visualViewport: 0, 0 - 667 x 375
+client rect of fixed object:0, 0 - 667 x 375

-- 
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/20211006/5fa6600b/attachment.htm>


More information about the webkit-unassigned mailing list