Bug 289347
| Summary: | REGRESSION (291478@main): [ macOS wk2 arm64 ] http/tests/site-isolation/fullscreen.html is a flaky failure | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Karl Rackler <rackler> |
| Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | ntim, webkit-bot-watchers-bugzilla, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Karl Rackler
Description:
http/tests/site-isolation/fullscreen.html
This issue can be reproduced using command:
run-webkit-tests --debug --debug-rwt-logging --exit-after-n-failures 1 --exit-after-n-crashes-or-timeouts 1 --iterations 100 --force --no-retry http/tests/site-isolation/fullscreen.html
History:
https://results.webkit.org/?suite=layout-tests&test=http%2Ftests%2Fsite-isolation%2Ffullscreen.html&platform=mac&architecture=arm64
Diff:
@@ -1,8 +1,8 @@
supportsFullScreen() == true
enterFullScreenForElement()
-beganEnterFullScreen() - initialRect.size: {300, 150}, finalRect.size: {300, 150}
+beganEnterFullScreen() - initialRect.size: {800, 600}, finalRect.size: {300, 150}
exitFullScreenForElement()
-beganExitFullScreen() - initialRect.size: {800, 600}, finalRect.size: {300, 150}
+beganExitFullScreen() - initialRect.size: {800, 600}, finalRect.size: {800, 600}
FIXME: Size after entering should be 600x800 like it is with site isolation off.
The size currently comes from screenRectOfContents.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/146487655>
EWS
Test gardening commit 291777@main (0e332999be8a): <https://commits.webkit.org/291777@main>
Reviewed commits have been landed. Closing PR #42087 and removing active labels.
EWS
Committed 292289@main (43de8b9eaabf): <https://commits.webkit.org/292289@main>
Reviewed commits have been landed. Closing PR #42576 and removing active labels.