4 <script src=
"../../../resources/js-test.js"></script>
5 <script src=
"resources/webgl-test.js"></script>
8 <canvas id=
"c"></canvas>
10 description("This test checks to ensure that a webgl context can be created with the 'webgl' context ID");
11 var c
= document
.getElementById("c");
12 var gl
= c
.getContext("webgl");
14 testFailed("context does not exist");
16 testPassed("context exists");