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_EXT_sRGB.html
blob
cbdde000acd0349adfcef4d1e5d02b970a90bf8e
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
EnsureExtFor
(
'webgl'
,
'EXT_sRGB'
);
14
15
</script>
16
</body>
17
</html>