[Webkit-unassigned] [Bug 231269] [ iOS 15 ] fast/events/ios/rotation/safari-like-rotation.html is failing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 6 11:09:02 PDT 2021


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

--- Comment #4 from ayumi_kojima at apple.com ---
I was able to reproduce the failure locally on iOS 15 sim (iPhone SE 2nd generation) using run-webkit-tests --force --ios-simulator fast/events/ios/rotation/safari-like-rotation.html

But the diff I got was different from the test run.

Diff:

--- /Volumes/Data/Builds/Star/ios/buildToTest/layout-test-results/fast/events/ios/rotation/safari-like-rotation-expected.txt
+++ /Volumes/Data/Builds/Star/ios/buildToTest/layout-test-results/fast/events/ios/rotation/safari-like-rotation-actual.txt
@@ -1,15 +1,15 @@
 Before rotation
-PASS window.innerWidth is 320
-PASS window.innerHeight is 548
+FAIL window.innerWidth should be 320. Was 375.
+FAIL window.innerHeight should be 548. Was 647.
+In orientationchange event handler:
+FAIL window.innerWidth should be 568. Was 667.
+FAIL window.innerHeight should be 320. Was 375.
+
 In resize event handler:
-PASS window.innerWidth is 568
-PASS window.innerHeight is 320
-
-In orientationchange event handler:
-PASS window.innerWidth is 568
-PASS window.innerHeight is 320
+FAIL window.innerWidth should be 568. Was 667.
+FAIL window.innerHeight should be 320. Was 375.

 After rotation
-PASS window.innerWidth is 568
-PASS window.innerHeight is 320
+FAIL window.innerWidth should be 568. Was 667.
+FAIL window.innerHeight should be 320. Was 375.
 Rotation test.

-- 
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/3c8b44bf/attachment.htm>


More information about the webkit-unassigned mailing list