Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/safari-612.1.6-branch
/
.
/
LayoutTests
/
webgl
/
webgl-vertex-array-object-defined.html
blob: 9f6c54cb1d5bcd53e2416f3ce289aa55590fe831 [
file
] [
log
] [
blame
] [
edit
]
<div
id
=
"result"
>
PASS if WebGLVertexArrayObject is defined.
</div>
<script>
if
(
window
.
testRunner
)
testRunner
.
dumpAsText
();
if
(
typeof
WebGLVertexArrayObject
===
"undefined"
)
document
.
getElementById
(
"result"
).
innerHTML
=
"FAIL"
;
</script>