Sign in
webkit
/
WebKit
/
4a12667b4cecb17e84375f8db50c9b2d39b06fe4
/
.
/
LayoutTests
/
fast
/
canvas
/
webgl
/
unprefixed-context.html
blob: 6c881ff0baed036d6956c4b0bf444e4c6eb3e80f [
file
] [
log
] [
blame
]
<script>
if
(
window
.
testRunner
)
testRunner
.
dumpAsText
();
var
canvas
=
document
.
createElement
(
"canvas"
);
var
context
=
canvas
.
getContext
(
"webgl"
);
document
.
write
(
context
?
"PASS"
:
"FAIL"
);
</script>