Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/safari-613.1.9.0-branch
/
.
/
LayoutTests
/
webgl
/
webgl2-rendering-context-defined.html
blob: c5da298e24c267eab147ad817c27fbc6198f6a50 [
file
] [
log
] [
blame
] [
edit
]
<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>