Sign in
webkit
/
WebKit
/
3df0af65427e4b5456b9320c0cc5c4b8cf762284
/
.
/
LayoutTests
/
webgl
/
webgl2-rendering-context-defined.html
blob: c5da298e24c267eab147ad817c27fbc6198f6a50 [
file
] [
log
] [
blame
]
<div
id
=
"result"
>
PASS if WebGL2RenderingContext is defined.
</div>
<script>
if
(
window
.
testRunner
)
testRunner
.
dumpAsText
();
if
(
typeof
WebGL2RenderingContext
===
"undefined"
)
document
.
getElementById
(
"result"
).
innerHTML
=
"FAIL"
;
</script>