You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove skipTest from canvas_animate_resize. NFC (#24855)
Rather than magically skipping the test when OffscreenCanvas is not
supported we should just fail.
If folks want to run the whole test suite on a browser without such
support we can add an `EMTEST_SKIP_OFFSCREEN_CANVAS` environment
variable to control if/when these tests are run.
I don't think this should be needed though since modern browsers all
support `OffscreenCanvas`.
See #24854
0 commit comments