repo.or.cz
/
gecko.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git]
/
dom
/
canvas
/
test
/
webgl-mochitest
/
ensure-exts
/
test_OES_fbo_render_mipmap.html
blob
e0439d3fa88f1e2e6f9a2051ca313c22e9b5b3b8
1
<!DOCTYPE
HTML
>
2
<html>
3
<head>
4
<meta
charset='utf-
8
'
/>
5
<script
src='/tests/SimpleTest/SimpleTest.js'
></script>
6
<link
rel='stylesheet' href='/tests/SimpleTest/test.css'
>
7
<script
src='ensure-ext.js'
></script>
8
</head>
9
<body>
10
<script>
11
12
'use strict'
;
13
14
EnsureExtFor
(
'webgl'
,
'OES_fbo_render_mipmap'
);
15
16
</script>
17
</body>
18
</html>