[wpt-sync] Sync PR 44066 - Skip view-transition that require snapshot larger than max texture size
Categories
(Core :: CSS Parsing and Computation, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox124 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 44066 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/44066
Details from upstream follow.
Roger Johannesson <roger.johannesson@xperi.com> wrote:
Skip view-transition that require snapshot larger than max texture size
When doing view-transitions within a very large iframe the requested
snapshot can be bigger than the max texture size. This case triggered
a check. Turn the check into a graceful failure instead by just
skipping the view-transition.Bug: 1516874
Change-Id: I6f32eb533e661dc630479919e7cb643c44c8beb4
Reviewed-on: https://chromium-review.googlesource.com/5185534
WPT-Export-Revision: 7995866d9589b8026ab8e01501c6b52ff3e19a80
Assignee | ||
Updated•1 year ago
|
Assignee | ||
Comment 1•1 year ago
|
||
Assignee | ||
Comment 2•1 year ago
|
||
CI Results
Ran 0 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 1 subtests
Status Summary
Firefox
OK
: 1
FAIL
: 1
Chrome
CRASH
: 1
Safari
OK
: 1
FAIL
: 1
Links
Details
New Tests That Don't Pass
- /css/css-view-transitions/no-crash-view-transition-in-massive-iframe.html [wpt.fyi]
- startViewTransition in massive iframe shouldn't crash.:
FAIL
(Safari:FAIL
)
- startViewTransition in massive iframe shouldn't crash.:
Comment 4•1 year ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/7ab74da3558e
https://hg.mozilla.org/mozilla-central/rev/b4994c08a250
Description
•