diff --git a/test/test_browser.py b/test/test_browser.py index fd93ea41fe987..40e9aac81b099 100644 --- a/test/test_browser.py +++ b/test/test_browser.py @@ -5812,6 +5812,7 @@ def test_full_js_library_strict(self): 'minimal_runtime_pthreads_and_closure': (['-sMINIMAL_RUNTIME', '-pthread', '--closure', '1', '-Oz'],), 'pthreads_es6': (['-pthread', '-sPTHREAD_POOL_SIZE=2', '-sEXPORT_ES6'],), 'es6': (['-sEXPORT_ES6'],), + 'strict': (['-sSTRICT'],), }) def test_audio_worklet(self, args): if '-sMEMORY64' in args and is_firefox(): diff --git a/tools/feature_matrix.py b/tools/feature_matrix.py index 48bca6d2f2010..861a90e04ec9f 100644 --- a/tools/feature_matrix.py +++ b/tools/feature_matrix.py @@ -72,7 +72,6 @@ class Feature(IntEnum): }, Feature.GLOBALTHIS: { 'chrome': 71, - 'edge': 79, 'firefox': 65, 'safari': 120100, 'node': 120000,