Skip to content

Commit 0abde2e

Browse files
authored
Fix typo in webgl_multi_draw_test.c. (#24572)
1 parent d6c6c57 commit 0abde2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/browser/webgl_multi_draw_test.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ int main()
6060

6161
if (!extAvailable) {
6262
EM_ASM({
63-
fetch("http://localhost:8888/report_result?skipped:%20WEBGL_multi_draw%20is%20not%20supported!").then(() => windows.close());
63+
fetch("http://localhost:8888/report_result?skipped:%20WEBGL_multi_draw%20is%20not%20supported!").then(() => window.close());
6464
});
6565
return 0;
6666
}

0 commit comments

Comments
 (0)