We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0f2c4a commit 1f0232bCopy full SHA for 1f0232b
test/test_browser.py
@@ -4207,7 +4207,7 @@ def test_small_js_flags(self):
4207
print('size:', size)
4208
# Note that this size includes test harness additions (for reporting the result, etc.).
4209
if not self.is_wasm64() and not self.is_2gb():
4210
- self.assertLess(abs(size - 4477), 100)
+ self.assertLess(abs(size - 3377), 100)
4211
4212
# Tests that it is possible to initialize and render WebGL content in a
4213
# pthread by using OffscreenCanvas.
0 commit comments