Sign in
webkit
/
WebKit
/
3a3ecf16dde0e8e567686f272e5846ebcacc8a0d
/
.
/
LayoutTests
/
webgl
/
webgl-vertex-array-object-defined.html
blob: 9f6c54cb1d5bcd53e2416f3ce289aa55590fe831 [
file
] [
log
] [
blame
]
<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>