()
| 216 | |
| 217 | |
| 218 | def webgl2_disabled(): |
| 219 | return browser_should_skip_feature('EMTEST_LACKS_WEBGL2', Feature.WEBGL2) or browser_should_skip_feature('EMTEST_LACKS_GRAPHICS_HARDWARE', Feature.WEBGL2) |
| 220 | |
| 221 | |
| 222 | def es6_module_workers_disabled(): |
no test coverage detected