MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / test_html5_fullscreen

Method test_html5_fullscreen

test/test_interactive.py:32–33  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

30 self.btest_exit('test_html5_core.c', cflags=['-DKEEP_ALIVE'])
31
32 def test_html5_fullscreen(self):
33 self.btest('test_html5_fullscreen.c', expected='0', cflags=['-sDISABLE_DEPRECATED_FIND_EVENT_TARGET_BEHAVIOR', '-sEXPORTED_FUNCTIONS=_requestFullscreen,_enterSoftFullscreen,_main', '--shell-file', test_file('browser/test_html5_fullscreen.html')])
34
35 def test_html5_emscripten_exit_with_escape(self):
36 self.btest('test_html5_emscripten_exit_fullscreen.c', expected='1', cflags=['-DEXIT_WITH_F'])

Callers

nothing calls this directly

Calls 2

test_fileFunction · 0.90
btestMethod · 0.80

Tested by

no test coverage detected