| Summary: | REGRESSION(iOS 15): fast/events/ios/rotation/safari-like-rotation.html is failing | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | ayumi_kojima |
| Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | ben_schwartz, simon.fraser, thorton, webkit-bot-watchers-bugzilla, webkit-bug-importer, wenson_hsieh |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | iPhone / iPad | ||
| OS: | Unspecified | ||
| See Also: |
https://bugs.webkit.org/show_bug.cgi?id=231264 https://bugs.webkit.org/show_bug.cgi?id=231266 https://bugs.webkit.org/show_bug.cgi?id=231315 |
||
|
Description
ayumi_kojima
2021-10-05 16:54:42 PDT
I believe the test started failing on iOS 15 because it was passing on iOS 14 when I looked at the history earlier. Marked expectations https://trac.webkit.org/changeset/283621/webkit 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/ios/buildToTest/layout-test-results/fast/events/ios/rotation/safari-like-rotation-expected.txt +++ /Volumes/Data/Builds/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. The test also failed with the oldest revision available to test (r265703). > I believe the test started failing on iOS 15 because it was passing on iOS 14 when I looked at the history earlier.
Updating the title accordingly.
Reverse duping this to bug #275696 / rdar://130212796, as it includes more tests that appear to have the same issue. *** This bug has been marked as a duplicate of bug 275696 *** |