fune/testing/web-platform/meta/html/webappapis/scripting/events/event-handler-attributes-frameset-window.html.ini
Andrew Osmond 503fb4c624 Bug 1887729 - Implement context lost/restored support for CanvasRenderingContext2D. r=webidl,gfx-reviewers,smaug,lsalzman
Remote canvas can run in the GPU process, and if the GPU process
crashes, we need to notify the application using canvas. Historically we
just failed, and the application may have been able to continue drawing
but with the contents prior to the crash lost. Later we regressed to
prevent the canvas from being used at all.

This patch makes it so that we can restore functionality to any
application that supports the contextlost/contextrestored events. This
will allow for a theoretical complete graceful recovery for the user
with minimal disruption.

Differential Revision: https://phabricator.services.mozilla.com/D205608
2024-03-28 14:50:20 +00:00

54 lines
1.3 KiB
INI

[event-handler-attributes-frameset-window.html]
[shadowed unload removal (window)]
disabled: Bug 1485887
[shadowed unload removal (document.body)]
disabled: Bug 1485887
[shadowed unload removal (document.createElement("frameset"))]
disabled: Bug 1485887
[not shadowed beforematch (document.createElement("frameset"))]
expected: FAIL
[not shadowed beforematch (window)]
expected: FAIL
[not shadowed beforematch (document.body)]
expected: FAIL
[shadowed pagereveal removal (document.body)]
expected: FAIL
[shadowed pagereveal (document.createElement("frameset"))]
expected: FAIL
[shadowed pagereveal removal (document.createElement("frameset"))]
expected: FAIL
[shadowed pagereveal (document.body)]
expected: FAIL
[shadowed pagereveal (window)]
expected: FAIL
[shadowed pagereveal removal (window)]
expected: FAIL
[shadowed pageswap (document.body)]
expected: FAIL
[shadowed pageswap removal (document.body)]
expected: FAIL
[shadowed pageswap removal (document.createElement("frameset"))]
expected: FAIL
[shadowed pageswap removal (window)]
expected: FAIL
[shadowed pageswap (window)]
expected: FAIL
[shadowed pageswap (document.createElement("frameset"))]
expected: FAIL