Skip to content

Commit 1fbe205

Browse files
authored
Add @requires_offscreen_canvas annotation (#25428)
Add @requires_offscreen_canvas annotation to browser.test_emscripten_animate_canvas_element_size_offscreen. This is over-conservative, but keeping test code compact for now.
1 parent 65dc9d0 commit 1fbe205

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/test_browser.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4647,6 +4647,7 @@ def test_pthread_run_script(self, args):
46474647

46484648
# Tests emscripten_set_canvas_element_size() and OffscreenCanvas functionality in different build configurations.
46494649
@requires_graphics_hardware
4650+
@requires_offscreen_canvas
46504651
@parameterized({
46514652
'': ([], True),
46524653
'offscreen': (['-sOFFSCREENCANVAS_SUPPORT'], True),

0 commit comments

Comments
 (0)