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_OVR_multiview2.html
blob
4a44a2061154fb9b79931ce3b6ae2f5deed38b90
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
(
'webgl2'
,
'OVR_multiview2'
);
15
16
</script>
17
</body>
18
</html>