File tree 1 file changed +0
-10
lines changed
crates/web-sys/tests/wasm
1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -25,16 +25,6 @@ extern "C" {
25
25
// These functions come from element.js
26
26
}
27
27
28
- // TODO: Uncomment WebGlRenderingContext test. Every now and then we can check if this works
29
- // in the latest geckodriver.
30
- //
31
- // Currently commented out because WebGl isn't working in geckodriver.
32
- //
33
- // It currently works in chromedriver so if you need to run this in the meantime you can
34
- // uncomment this block and run it in using chromedriver.
35
- //
36
- // CHROMEDRIVER=chromedriver cargo test -p web-sys --target wasm32-unknown-unknown --all-features test_webgl_rendering_context_immutable_slices
37
-
38
28
// Ensure that our whitelisted WebGlRenderingContext methods work
39
29
// GECKODRIVER=geckodriver cargo test -p web-sys --target wasm32-unknown-unknown --all-features test_webgl_rendering_context_immutable_slices
40
30
#[ wasm_bindgen_test]
You can’t perform that action at this time.
0 commit comments