зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1080922 - Regenerate webgl conformance mochitests.
This commit is contained in:
Родитель
230927b72c
Коммит
29efadeb7f
|
@ -6,8 +6,7 @@
|
|||
[DEFAULT]
|
||||
skip-if = e10s || os == 'b2g' || ((os == 'linux') && (buildapp == 'b2g'))
|
||||
|
||||
support-files = webgl-conformance/mochi-single.html
|
||||
webgl-conformance/mochi-wrapper.css
|
||||
support-files = webgl-conformance/../webgl-mochitest/driver-info.js
|
||||
webgl-conformance/always-fail.html
|
||||
webgl-conformance/conformance/00_readme.txt
|
||||
webgl-conformance/conformance/00_test_list.txt
|
||||
|
@ -475,6 +474,8 @@ support-files = webgl-conformance/mochi-single.html
|
|||
webgl-conformance/conformance/uniforms/null-uniform-location.html
|
||||
webgl-conformance/conformance/uniforms/uniform-location.html
|
||||
webgl-conformance/conformance/uniforms/uniform-samplers-test.html
|
||||
webgl-conformance/iframe-autoresize.js
|
||||
webgl-conformance/mochi-single.html
|
||||
webgl-conformance/resources/cors-util.js
|
||||
webgl-conformance/resources/desktop-gl-constants.js
|
||||
webgl-conformance/resources/js-test-pre.js
|
||||
|
|
|
@ -1,16 +1,20 @@
|
|||
<!DOCTYPE HTML>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<meta http-equiv='content-type' content='text/html; charset=utf-8' />
|
||||
<html>
|
||||
<head>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script type="application/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="../mochi-wrapper.css"/>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script src='/tests/SimpleTest/SimpleTest.js'></script>
|
||||
<link rel='stylesheet' type='text/css' href='/tests/SimpleTest/test.css'/>
|
||||
<script src='../iframe-autoresize.js'></script>
|
||||
</head>
|
||||
<body>
|
||||
<iframe src='../mochi-single.html?always-fail.html'>
|
||||
</iframe>
|
||||
<iframe id='mochi-single' style='border:none' width='100%' scrolling='no'
|
||||
src='../mochi-single.html?always-fail.html'>
|
||||
</iframe>
|
||||
<script>
|
||||
IFrameAutoresize.StartById('mochi-single', false);
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,16 +1,20 @@
|
|||
<!DOCTYPE HTML>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<meta http-equiv='content-type' content='text/html; charset=utf-8' />
|
||||
<html>
|
||||
<head>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script type="application/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="../mochi-wrapper.css"/>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script src='/tests/SimpleTest/SimpleTest.js'></script>
|
||||
<link rel='stylesheet' type='text/css' href='/tests/SimpleTest/test.css'/>
|
||||
<script src='../iframe-autoresize.js'></script>
|
||||
</head>
|
||||
<body>
|
||||
<iframe src='../mochi-single.html?conformance/attribs/gl-enable-vertex-attrib.html'>
|
||||
</iframe>
|
||||
<iframe id='mochi-single' style='border:none' width='100%' scrolling='no'
|
||||
src='../mochi-single.html?conformance/attribs/gl-enable-vertex-attrib.html'>
|
||||
</iframe>
|
||||
<script>
|
||||
IFrameAutoresize.StartById('mochi-single', false);
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,16 +1,20 @@
|
|||
<!DOCTYPE HTML>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<meta http-equiv='content-type' content='text/html; charset=utf-8' />
|
||||
<html>
|
||||
<head>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script type="application/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="../mochi-wrapper.css"/>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script src='/tests/SimpleTest/SimpleTest.js'></script>
|
||||
<link rel='stylesheet' type='text/css' href='/tests/SimpleTest/test.css'/>
|
||||
<script src='../iframe-autoresize.js'></script>
|
||||
</head>
|
||||
<body>
|
||||
<iframe src='../mochi-single.html?conformance/attribs/gl-vertex-attrib-zero-issues.html'>
|
||||
</iframe>
|
||||
<iframe id='mochi-single' style='border:none' width='100%' scrolling='no'
|
||||
src='../mochi-single.html?conformance/attribs/gl-vertex-attrib-zero-issues.html'>
|
||||
</iframe>
|
||||
<script>
|
||||
IFrameAutoresize.StartById('mochi-single', false);
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,16 +1,20 @@
|
|||
<!DOCTYPE HTML>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<meta http-equiv='content-type' content='text/html; charset=utf-8' />
|
||||
<html>
|
||||
<head>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script type="application/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="../mochi-wrapper.css"/>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script src='/tests/SimpleTest/SimpleTest.js'></script>
|
||||
<link rel='stylesheet' type='text/css' href='/tests/SimpleTest/test.css'/>
|
||||
<script src='../iframe-autoresize.js'></script>
|
||||
</head>
|
||||
<body>
|
||||
<iframe src='../mochi-single.html?conformance/attribs/gl-vertex-attrib.html'>
|
||||
</iframe>
|
||||
<iframe id='mochi-single' style='border:none' width='100%' scrolling='no'
|
||||
src='../mochi-single.html?conformance/attribs/gl-vertex-attrib.html'>
|
||||
</iframe>
|
||||
<script>
|
||||
IFrameAutoresize.StartById('mochi-single', false);
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,16 +1,20 @@
|
|||
<!DOCTYPE HTML>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<meta http-equiv='content-type' content='text/html; charset=utf-8' />
|
||||
<html>
|
||||
<head>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script type="application/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="../mochi-wrapper.css"/>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script src='/tests/SimpleTest/SimpleTest.js'></script>
|
||||
<link rel='stylesheet' type='text/css' href='/tests/SimpleTest/test.css'/>
|
||||
<script src='../iframe-autoresize.js'></script>
|
||||
</head>
|
||||
<body>
|
||||
<iframe src='../mochi-single.html?conformance/attribs/gl-vertexattribpointer-offsets.html'>
|
||||
</iframe>
|
||||
<iframe id='mochi-single' style='border:none' width='100%' scrolling='no'
|
||||
src='../mochi-single.html?conformance/attribs/gl-vertexattribpointer-offsets.html'>
|
||||
</iframe>
|
||||
<script>
|
||||
IFrameAutoresize.StartById('mochi-single', false);
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,16 +1,20 @@
|
|||
<!DOCTYPE HTML>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<meta http-equiv='content-type' content='text/html; charset=utf-8' />
|
||||
<html>
|
||||
<head>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script type="application/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="../mochi-wrapper.css"/>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script src='/tests/SimpleTest/SimpleTest.js'></script>
|
||||
<link rel='stylesheet' type='text/css' href='/tests/SimpleTest/test.css'/>
|
||||
<script src='../iframe-autoresize.js'></script>
|
||||
</head>
|
||||
<body>
|
||||
<iframe src='../mochi-single.html?conformance/attribs/gl-vertexattribpointer.html'>
|
||||
</iframe>
|
||||
<iframe id='mochi-single' style='border:none' width='100%' scrolling='no'
|
||||
src='../mochi-single.html?conformance/attribs/gl-vertexattribpointer.html'>
|
||||
</iframe>
|
||||
<script>
|
||||
IFrameAutoresize.StartById('mochi-single', false);
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,16 +1,20 @@
|
|||
<!DOCTYPE HTML>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<meta http-equiv='content-type' content='text/html; charset=utf-8' />
|
||||
<html>
|
||||
<head>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script type="application/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="../mochi-wrapper.css"/>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script src='/tests/SimpleTest/SimpleTest.js'></script>
|
||||
<link rel='stylesheet' type='text/css' href='/tests/SimpleTest/test.css'/>
|
||||
<script src='../iframe-autoresize.js'></script>
|
||||
</head>
|
||||
<body>
|
||||
<iframe src='../mochi-single.html?conformance/buffers/buffer-bind-test.html'>
|
||||
</iframe>
|
||||
<iframe id='mochi-single' style='border:none' width='100%' scrolling='no'
|
||||
src='../mochi-single.html?conformance/buffers/buffer-bind-test.html'>
|
||||
</iframe>
|
||||
<script>
|
||||
IFrameAutoresize.StartById('mochi-single', false);
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,16 +1,20 @@
|
|||
<!DOCTYPE HTML>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<meta http-equiv='content-type' content='text/html; charset=utf-8' />
|
||||
<html>
|
||||
<head>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script type="application/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="../mochi-wrapper.css"/>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script src='/tests/SimpleTest/SimpleTest.js'></script>
|
||||
<link rel='stylesheet' type='text/css' href='/tests/SimpleTest/test.css'/>
|
||||
<script src='../iframe-autoresize.js'></script>
|
||||
</head>
|
||||
<body>
|
||||
<iframe src='../mochi-single.html?conformance/buffers/buffer-data-array-buffer.html'>
|
||||
</iframe>
|
||||
<iframe id='mochi-single' style='border:none' width='100%' scrolling='no'
|
||||
src='../mochi-single.html?conformance/buffers/buffer-data-array-buffer.html'>
|
||||
</iframe>
|
||||
<script>
|
||||
IFrameAutoresize.StartById('mochi-single', false);
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,16 +1,20 @@
|
|||
<!DOCTYPE HTML>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<meta http-equiv='content-type' content='text/html; charset=utf-8' />
|
||||
<html>
|
||||
<head>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script type="application/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="../mochi-wrapper.css"/>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script src='/tests/SimpleTest/SimpleTest.js'></script>
|
||||
<link rel='stylesheet' type='text/css' href='/tests/SimpleTest/test.css'/>
|
||||
<script src='../iframe-autoresize.js'></script>
|
||||
</head>
|
||||
<body>
|
||||
<iframe src='../mochi-single.html?conformance/buffers/index-validation-copies-indices.html'>
|
||||
</iframe>
|
||||
<iframe id='mochi-single' style='border:none' width='100%' scrolling='no'
|
||||
src='../mochi-single.html?conformance/buffers/index-validation-copies-indices.html'>
|
||||
</iframe>
|
||||
<script>
|
||||
IFrameAutoresize.StartById('mochi-single', false);
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,16 +1,20 @@
|
|||
<!DOCTYPE HTML>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<meta http-equiv='content-type' content='text/html; charset=utf-8' />
|
||||
<html>
|
||||
<head>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script type="application/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="../mochi-wrapper.css"/>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script src='/tests/SimpleTest/SimpleTest.js'></script>
|
||||
<link rel='stylesheet' type='text/css' href='/tests/SimpleTest/test.css'/>
|
||||
<script src='../iframe-autoresize.js'></script>
|
||||
</head>
|
||||
<body>
|
||||
<iframe src='../mochi-single.html?conformance/buffers/index-validation-crash-with-buffer-sub-data.html'>
|
||||
</iframe>
|
||||
<iframe id='mochi-single' style='border:none' width='100%' scrolling='no'
|
||||
src='../mochi-single.html?conformance/buffers/index-validation-crash-with-buffer-sub-data.html'>
|
||||
</iframe>
|
||||
<script>
|
||||
IFrameAutoresize.StartById('mochi-single', false);
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,16 +1,20 @@
|
|||
<!DOCTYPE HTML>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<meta http-equiv='content-type' content='text/html; charset=utf-8' />
|
||||
<html>
|
||||
<head>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script type="application/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="../mochi-wrapper.css"/>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script src='/tests/SimpleTest/SimpleTest.js'></script>
|
||||
<link rel='stylesheet' type='text/css' href='/tests/SimpleTest/test.css'/>
|
||||
<script src='../iframe-autoresize.js'></script>
|
||||
</head>
|
||||
<body>
|
||||
<iframe src='../mochi-single.html?conformance/buffers/index-validation-verifies-too-many-indices.html'>
|
||||
</iframe>
|
||||
<iframe id='mochi-single' style='border:none' width='100%' scrolling='no'
|
||||
src='../mochi-single.html?conformance/buffers/index-validation-verifies-too-many-indices.html'>
|
||||
</iframe>
|
||||
<script>
|
||||
IFrameAutoresize.StartById('mochi-single', false);
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,16 +1,20 @@
|
|||
<!DOCTYPE HTML>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<meta http-equiv='content-type' content='text/html; charset=utf-8' />
|
||||
<html>
|
||||
<head>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script type="application/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="../mochi-wrapper.css"/>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script src='/tests/SimpleTest/SimpleTest.js'></script>
|
||||
<link rel='stylesheet' type='text/css' href='/tests/SimpleTest/test.css'/>
|
||||
<script src='../iframe-autoresize.js'></script>
|
||||
</head>
|
||||
<body>
|
||||
<iframe src='../mochi-single.html?conformance/buffers/index-validation-with-resized-buffer.html'>
|
||||
</iframe>
|
||||
<iframe id='mochi-single' style='border:none' width='100%' scrolling='no'
|
||||
src='../mochi-single.html?conformance/buffers/index-validation-with-resized-buffer.html'>
|
||||
</iframe>
|
||||
<script>
|
||||
IFrameAutoresize.StartById('mochi-single', false);
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,16 +1,20 @@
|
|||
<!DOCTYPE HTML>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<meta http-equiv='content-type' content='text/html; charset=utf-8' />
|
||||
<html>
|
||||
<head>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script type="application/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="../mochi-wrapper.css"/>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script src='/tests/SimpleTest/SimpleTest.js'></script>
|
||||
<link rel='stylesheet' type='text/css' href='/tests/SimpleTest/test.css'/>
|
||||
<script src='../iframe-autoresize.js'></script>
|
||||
</head>
|
||||
<body>
|
||||
<iframe src='../mochi-single.html?conformance/buffers/index-validation.html'>
|
||||
</iframe>
|
||||
<iframe id='mochi-single' style='border:none' width='100%' scrolling='no'
|
||||
src='../mochi-single.html?conformance/buffers/index-validation.html'>
|
||||
</iframe>
|
||||
<script>
|
||||
IFrameAutoresize.StartById('mochi-single', false);
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,16 +1,20 @@
|
|||
<!DOCTYPE HTML>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<meta http-equiv='content-type' content='text/html; charset=utf-8' />
|
||||
<html>
|
||||
<head>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script type="application/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="../mochi-wrapper.css"/>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script src='/tests/SimpleTest/SimpleTest.js'></script>
|
||||
<link rel='stylesheet' type='text/css' href='/tests/SimpleTest/test.css'/>
|
||||
<script src='../iframe-autoresize.js'></script>
|
||||
</head>
|
||||
<body>
|
||||
<iframe src='../mochi-single.html?conformance/canvas/buffer-offscreen-test.html'>
|
||||
</iframe>
|
||||
<iframe id='mochi-single' style='border:none' width='100%' scrolling='no'
|
||||
src='../mochi-single.html?conformance/canvas/buffer-offscreen-test.html'>
|
||||
</iframe>
|
||||
<script>
|
||||
IFrameAutoresize.StartById('mochi-single', false);
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,16 +1,20 @@
|
|||
<!DOCTYPE HTML>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<meta http-equiv='content-type' content='text/html; charset=utf-8' />
|
||||
<html>
|
||||
<head>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script type="application/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="../mochi-wrapper.css"/>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script src='/tests/SimpleTest/SimpleTest.js'></script>
|
||||
<link rel='stylesheet' type='text/css' href='/tests/SimpleTest/test.css'/>
|
||||
<script src='../iframe-autoresize.js'></script>
|
||||
</head>
|
||||
<body>
|
||||
<iframe src='../mochi-single.html?conformance/canvas/buffer-preserve-test.html'>
|
||||
</iframe>
|
||||
<iframe id='mochi-single' style='border:none' width='100%' scrolling='no'
|
||||
src='../mochi-single.html?conformance/canvas/buffer-preserve-test.html'>
|
||||
</iframe>
|
||||
<script>
|
||||
IFrameAutoresize.StartById('mochi-single', false);
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,16 +1,20 @@
|
|||
<!DOCTYPE HTML>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<meta http-equiv='content-type' content='text/html; charset=utf-8' />
|
||||
<html>
|
||||
<head>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script type="application/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="../mochi-wrapper.css"/>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script src='/tests/SimpleTest/SimpleTest.js'></script>
|
||||
<link rel='stylesheet' type='text/css' href='/tests/SimpleTest/test.css'/>
|
||||
<script src='../iframe-autoresize.js'></script>
|
||||
</head>
|
||||
<body>
|
||||
<iframe src='../mochi-single.html?conformance/canvas/canvas-test.html'>
|
||||
</iframe>
|
||||
<iframe id='mochi-single' style='border:none' width='100%' scrolling='no'
|
||||
src='../mochi-single.html?conformance/canvas/canvas-test.html'>
|
||||
</iframe>
|
||||
<script>
|
||||
IFrameAutoresize.StartById('mochi-single', false);
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,16 +1,20 @@
|
|||
<!DOCTYPE HTML>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<meta http-equiv='content-type' content='text/html; charset=utf-8' />
|
||||
<html>
|
||||
<head>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script type="application/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="../mochi-wrapper.css"/>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script src='/tests/SimpleTest/SimpleTest.js'></script>
|
||||
<link rel='stylesheet' type='text/css' href='/tests/SimpleTest/test.css'/>
|
||||
<script src='../iframe-autoresize.js'></script>
|
||||
</head>
|
||||
<body>
|
||||
<iframe src='../mochi-single.html?conformance/canvas/canvas-zero-size.html'>
|
||||
</iframe>
|
||||
<iframe id='mochi-single' style='border:none' width='100%' scrolling='no'
|
||||
src='../mochi-single.html?conformance/canvas/canvas-zero-size.html'>
|
||||
</iframe>
|
||||
<script>
|
||||
IFrameAutoresize.StartById('mochi-single', false);
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,16 +1,20 @@
|
|||
<!DOCTYPE HTML>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<meta http-equiv='content-type' content='text/html; charset=utf-8' />
|
||||
<html>
|
||||
<head>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script type="application/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="../mochi-wrapper.css"/>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script src='/tests/SimpleTest/SimpleTest.js'></script>
|
||||
<link rel='stylesheet' type='text/css' href='/tests/SimpleTest/test.css'/>
|
||||
<script src='../iframe-autoresize.js'></script>
|
||||
</head>
|
||||
<body>
|
||||
<iframe src='../mochi-single.html?conformance/canvas/drawingbuffer-static-canvas-test.html'>
|
||||
</iframe>
|
||||
<iframe id='mochi-single' style='border:none' width='100%' scrolling='no'
|
||||
src='../mochi-single.html?conformance/canvas/drawingbuffer-static-canvas-test.html'>
|
||||
</iframe>
|
||||
<script>
|
||||
IFrameAutoresize.StartById('mochi-single', false);
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,16 +1,20 @@
|
|||
<!DOCTYPE HTML>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<meta http-equiv='content-type' content='text/html; charset=utf-8' />
|
||||
<html>
|
||||
<head>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script type="application/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="../mochi-wrapper.css"/>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script src='/tests/SimpleTest/SimpleTest.js'></script>
|
||||
<link rel='stylesheet' type='text/css' href='/tests/SimpleTest/test.css'/>
|
||||
<script src='../iframe-autoresize.js'></script>
|
||||
</head>
|
||||
<body>
|
||||
<iframe src='../mochi-single.html?conformance/canvas/drawingbuffer-test.html'>
|
||||
</iframe>
|
||||
<iframe id='mochi-single' style='border:none' width='100%' scrolling='no'
|
||||
src='../mochi-single.html?conformance/canvas/drawingbuffer-test.html'>
|
||||
</iframe>
|
||||
<script>
|
||||
IFrameAutoresize.StartById('mochi-single', false);
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,16 +1,20 @@
|
|||
<!DOCTYPE HTML>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<meta http-equiv='content-type' content='text/html; charset=utf-8' />
|
||||
<html>
|
||||
<head>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script type="application/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="../mochi-wrapper.css"/>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script src='/tests/SimpleTest/SimpleTest.js'></script>
|
||||
<link rel='stylesheet' type='text/css' href='/tests/SimpleTest/test.css'/>
|
||||
<script src='../iframe-autoresize.js'></script>
|
||||
</head>
|
||||
<body>
|
||||
<iframe src='../mochi-single.html?conformance/canvas/viewport-unchanged-upon-resize.html'>
|
||||
</iframe>
|
||||
<iframe id='mochi-single' style='border:none' width='100%' scrolling='no'
|
||||
src='../mochi-single.html?conformance/canvas/viewport-unchanged-upon-resize.html'>
|
||||
</iframe>
|
||||
<script>
|
||||
IFrameAutoresize.StartById('mochi-single', false);
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,16 +1,20 @@
|
|||
<!DOCTYPE HTML>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<meta http-equiv='content-type' content='text/html; charset=utf-8' />
|
||||
<html>
|
||||
<head>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script type="application/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="../mochi-wrapper.css"/>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script src='/tests/SimpleTest/SimpleTest.js'></script>
|
||||
<link rel='stylesheet' type='text/css' href='/tests/SimpleTest/test.css'/>
|
||||
<script src='../iframe-autoresize.js'></script>
|
||||
</head>
|
||||
<body>
|
||||
<iframe src='../mochi-single.html?conformance/context/constants.html'>
|
||||
</iframe>
|
||||
<iframe id='mochi-single' style='border:none' width='100%' scrolling='no'
|
||||
src='../mochi-single.html?conformance/context/constants.html'>
|
||||
</iframe>
|
||||
<script>
|
||||
IFrameAutoresize.StartById('mochi-single', false);
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,16 +1,20 @@
|
|||
<!DOCTYPE HTML>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<meta http-equiv='content-type' content='text/html; charset=utf-8' />
|
||||
<html>
|
||||
<head>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script type="application/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="../mochi-wrapper.css"/>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script src='/tests/SimpleTest/SimpleTest.js'></script>
|
||||
<link rel='stylesheet' type='text/css' href='/tests/SimpleTest/test.css'/>
|
||||
<script src='../iframe-autoresize.js'></script>
|
||||
</head>
|
||||
<body>
|
||||
<iframe src='../mochi-single.html?conformance/context/context-attributes-alpha-depth-stencil-antialias.html'>
|
||||
</iframe>
|
||||
<iframe id='mochi-single' style='border:none' width='100%' scrolling='no'
|
||||
src='../mochi-single.html?conformance/context/context-attributes-alpha-depth-stencil-antialias.html'>
|
||||
</iframe>
|
||||
<script>
|
||||
IFrameAutoresize.StartById('mochi-single', false);
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,16 +1,20 @@
|
|||
<!DOCTYPE HTML>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<meta http-equiv='content-type' content='text/html; charset=utf-8' />
|
||||
<html>
|
||||
<head>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script type="application/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="../mochi-wrapper.css"/>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script src='/tests/SimpleTest/SimpleTest.js'></script>
|
||||
<link rel='stylesheet' type='text/css' href='/tests/SimpleTest/test.css'/>
|
||||
<script src='../iframe-autoresize.js'></script>
|
||||
</head>
|
||||
<body>
|
||||
<iframe src='../mochi-single.html?conformance/context/context-lost-restored.html'>
|
||||
</iframe>
|
||||
<iframe id='mochi-single' style='border:none' width='100%' scrolling='no'
|
||||
src='../mochi-single.html?conformance/context/context-lost-restored.html'>
|
||||
</iframe>
|
||||
<script>
|
||||
IFrameAutoresize.StartById('mochi-single', false);
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,16 +1,20 @@
|
|||
<!DOCTYPE HTML>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<meta http-equiv='content-type' content='text/html; charset=utf-8' />
|
||||
<html>
|
||||
<head>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script type="application/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="../mochi-wrapper.css"/>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script src='/tests/SimpleTest/SimpleTest.js'></script>
|
||||
<link rel='stylesheet' type='text/css' href='/tests/SimpleTest/test.css'/>
|
||||
<script src='../iframe-autoresize.js'></script>
|
||||
</head>
|
||||
<body>
|
||||
<iframe src='../mochi-single.html?conformance/context/context-lost.html'>
|
||||
</iframe>
|
||||
<iframe id='mochi-single' style='border:none' width='100%' scrolling='no'
|
||||
src='../mochi-single.html?conformance/context/context-lost.html'>
|
||||
</iframe>
|
||||
<script>
|
||||
IFrameAutoresize.StartById('mochi-single', false);
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,16 +1,20 @@
|
|||
<!DOCTYPE HTML>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<meta http-equiv='content-type' content='text/html; charset=utf-8' />
|
||||
<html>
|
||||
<head>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script type="application/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="../mochi-wrapper.css"/>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script src='/tests/SimpleTest/SimpleTest.js'></script>
|
||||
<link rel='stylesheet' type='text/css' href='/tests/SimpleTest/test.css'/>
|
||||
<script src='../iframe-autoresize.js'></script>
|
||||
</head>
|
||||
<body>
|
||||
<iframe src='../mochi-single.html?conformance/context/context-type-test.html'>
|
||||
</iframe>
|
||||
<iframe id='mochi-single' style='border:none' width='100%' scrolling='no'
|
||||
src='../mochi-single.html?conformance/context/context-type-test.html'>
|
||||
</iframe>
|
||||
<script>
|
||||
IFrameAutoresize.StartById('mochi-single', false);
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,16 +1,20 @@
|
|||
<!DOCTYPE HTML>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<meta http-equiv='content-type' content='text/html; charset=utf-8' />
|
||||
<html>
|
||||
<head>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script type="application/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="../mochi-wrapper.css"/>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script src='/tests/SimpleTest/SimpleTest.js'></script>
|
||||
<link rel='stylesheet' type='text/css' href='/tests/SimpleTest/test.css'/>
|
||||
<script src='../iframe-autoresize.js'></script>
|
||||
</head>
|
||||
<body>
|
||||
<iframe src='../mochi-single.html?conformance/context/incorrect-context-object-behaviour.html'>
|
||||
</iframe>
|
||||
<iframe id='mochi-single' style='border:none' width='100%' scrolling='no'
|
||||
src='../mochi-single.html?conformance/context/incorrect-context-object-behaviour.html'>
|
||||
</iframe>
|
||||
<script>
|
||||
IFrameAutoresize.StartById('mochi-single', false);
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,16 +1,20 @@
|
|||
<!DOCTYPE HTML>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<meta http-equiv='content-type' content='text/html; charset=utf-8' />
|
||||
<html>
|
||||
<head>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script type="application/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="../mochi-wrapper.css"/>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script src='/tests/SimpleTest/SimpleTest.js'></script>
|
||||
<link rel='stylesheet' type='text/css' href='/tests/SimpleTest/test.css'/>
|
||||
<script src='../iframe-autoresize.js'></script>
|
||||
</head>
|
||||
<body>
|
||||
<iframe src='../mochi-single.html?conformance/context/methods.html'>
|
||||
</iframe>
|
||||
<iframe id='mochi-single' style='border:none' width='100%' scrolling='no'
|
||||
src='../mochi-single.html?conformance/context/methods.html'>
|
||||
</iframe>
|
||||
<script>
|
||||
IFrameAutoresize.StartById('mochi-single', false);
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,16 +1,20 @@
|
|||
<!DOCTYPE HTML>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<meta http-equiv='content-type' content='text/html; charset=utf-8' />
|
||||
<html>
|
||||
<head>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script type="application/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="../mochi-wrapper.css"/>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script src='/tests/SimpleTest/SimpleTest.js'></script>
|
||||
<link rel='stylesheet' type='text/css' href='/tests/SimpleTest/test.css'/>
|
||||
<script src='../iframe-autoresize.js'></script>
|
||||
</head>
|
||||
<body>
|
||||
<iframe src='../mochi-single.html?conformance/context/premultiplyalpha-test.html'>
|
||||
</iframe>
|
||||
<iframe id='mochi-single' style='border:none' width='100%' scrolling='no'
|
||||
src='../mochi-single.html?conformance/context/premultiplyalpha-test.html'>
|
||||
</iframe>
|
||||
<script>
|
||||
IFrameAutoresize.StartById('mochi-single', false);
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,16 +1,20 @@
|
|||
<!DOCTYPE HTML>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<meta http-equiv='content-type' content='text/html; charset=utf-8' />
|
||||
<html>
|
||||
<head>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script type="application/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="../mochi-wrapper.css"/>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script src='/tests/SimpleTest/SimpleTest.js'></script>
|
||||
<link rel='stylesheet' type='text/css' href='/tests/SimpleTest/test.css'/>
|
||||
<script src='../iframe-autoresize.js'></script>
|
||||
</head>
|
||||
<body>
|
||||
<iframe src='../mochi-single.html?conformance/context/resource-sharing-test.html'>
|
||||
</iframe>
|
||||
<iframe id='mochi-single' style='border:none' width='100%' scrolling='no'
|
||||
src='../mochi-single.html?conformance/context/resource-sharing-test.html'>
|
||||
</iframe>
|
||||
<script>
|
||||
IFrameAutoresize.StartById('mochi-single', false);
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,16 +1,20 @@
|
|||
<!DOCTYPE HTML>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<meta http-equiv='content-type' content='text/html; charset=utf-8' />
|
||||
<html>
|
||||
<head>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script type="application/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="../mochi-wrapper.css"/>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script src='/tests/SimpleTest/SimpleTest.js'></script>
|
||||
<link rel='stylesheet' type='text/css' href='/tests/SimpleTest/test.css'/>
|
||||
<script src='../iframe-autoresize.js'></script>
|
||||
</head>
|
||||
<body>
|
||||
<iframe src='../mochi-single.html?conformance/extensions/ext-sRGB.html'>
|
||||
</iframe>
|
||||
<iframe id='mochi-single' style='border:none' width='100%' scrolling='no'
|
||||
src='../mochi-single.html?conformance/extensions/ext-sRGB.html'>
|
||||
</iframe>
|
||||
<script>
|
||||
IFrameAutoresize.StartById('mochi-single', false);
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,16 +1,20 @@
|
|||
<!DOCTYPE HTML>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<meta http-equiv='content-type' content='text/html; charset=utf-8' />
|
||||
<html>
|
||||
<head>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script type="application/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="../mochi-wrapper.css"/>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script src='/tests/SimpleTest/SimpleTest.js'></script>
|
||||
<link rel='stylesheet' type='text/css' href='/tests/SimpleTest/test.css'/>
|
||||
<script src='../iframe-autoresize.js'></script>
|
||||
</head>
|
||||
<body>
|
||||
<iframe src='../mochi-single.html?conformance/extensions/ext-shader-texture-lod.html'>
|
||||
</iframe>
|
||||
<iframe id='mochi-single' style='border:none' width='100%' scrolling='no'
|
||||
src='../mochi-single.html?conformance/extensions/ext-shader-texture-lod.html'>
|
||||
</iframe>
|
||||
<script>
|
||||
IFrameAutoresize.StartById('mochi-single', false);
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,16 +1,20 @@
|
|||
<!DOCTYPE HTML>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<meta http-equiv='content-type' content='text/html; charset=utf-8' />
|
||||
<html>
|
||||
<head>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script type="application/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="../mochi-wrapper.css"/>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script src='/tests/SimpleTest/SimpleTest.js'></script>
|
||||
<link rel='stylesheet' type='text/css' href='/tests/SimpleTest/test.css'/>
|
||||
<script src='../iframe-autoresize.js'></script>
|
||||
</head>
|
||||
<body>
|
||||
<iframe src='../mochi-single.html?conformance/extensions/ext-texture-filter-anisotropic.html'>
|
||||
</iframe>
|
||||
<iframe id='mochi-single' style='border:none' width='100%' scrolling='no'
|
||||
src='../mochi-single.html?conformance/extensions/ext-texture-filter-anisotropic.html'>
|
||||
</iframe>
|
||||
<script>
|
||||
IFrameAutoresize.StartById('mochi-single', false);
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,16 +1,20 @@
|
|||
<!DOCTYPE HTML>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<meta http-equiv='content-type' content='text/html; charset=utf-8' />
|
||||
<html>
|
||||
<head>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script type="application/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="../mochi-wrapper.css"/>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script src='/tests/SimpleTest/SimpleTest.js'></script>
|
||||
<link rel='stylesheet' type='text/css' href='/tests/SimpleTest/test.css'/>
|
||||
<script src='../iframe-autoresize.js'></script>
|
||||
</head>
|
||||
<body>
|
||||
<iframe src='../mochi-single.html?conformance/extensions/oes-standard-derivatives.html'>
|
||||
</iframe>
|
||||
<iframe id='mochi-single' style='border:none' width='100%' scrolling='no'
|
||||
src='../mochi-single.html?conformance/extensions/oes-standard-derivatives.html'>
|
||||
</iframe>
|
||||
<script>
|
||||
IFrameAutoresize.StartById('mochi-single', false);
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,16 +1,20 @@
|
|||
<!DOCTYPE HTML>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<meta http-equiv='content-type' content='text/html; charset=utf-8' />
|
||||
<html>
|
||||
<head>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script type="application/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="../mochi-wrapper.css"/>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script src='/tests/SimpleTest/SimpleTest.js'></script>
|
||||
<link rel='stylesheet' type='text/css' href='/tests/SimpleTest/test.css'/>
|
||||
<script src='../iframe-autoresize.js'></script>
|
||||
</head>
|
||||
<body>
|
||||
<iframe src='../mochi-single.html?conformance/extensions/oes-texture-float.html'>
|
||||
</iframe>
|
||||
<iframe id='mochi-single' style='border:none' width='100%' scrolling='no'
|
||||
src='../mochi-single.html?conformance/extensions/oes-texture-float.html'>
|
||||
</iframe>
|
||||
<script>
|
||||
IFrameAutoresize.StartById('mochi-single', false);
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,16 +1,20 @@
|
|||
<!DOCTYPE HTML>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<meta http-equiv='content-type' content='text/html; charset=utf-8' />
|
||||
<html>
|
||||
<head>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script type="application/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="../mochi-wrapper.css"/>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script src='/tests/SimpleTest/SimpleTest.js'></script>
|
||||
<link rel='stylesheet' type='text/css' href='/tests/SimpleTest/test.css'/>
|
||||
<script src='../iframe-autoresize.js'></script>
|
||||
</head>
|
||||
<body>
|
||||
<iframe src='../mochi-single.html?conformance/extensions/oes-vertex-array-object.html'>
|
||||
</iframe>
|
||||
<iframe id='mochi-single' style='border:none' width='100%' scrolling='no'
|
||||
src='../mochi-single.html?conformance/extensions/oes-vertex-array-object.html'>
|
||||
</iframe>
|
||||
<script>
|
||||
IFrameAutoresize.StartById('mochi-single', false);
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,16 +1,20 @@
|
|||
<!DOCTYPE HTML>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<meta http-equiv='content-type' content='text/html; charset=utf-8' />
|
||||
<html>
|
||||
<head>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script type="application/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="../mochi-wrapper.css"/>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script src='/tests/SimpleTest/SimpleTest.js'></script>
|
||||
<link rel='stylesheet' type='text/css' href='/tests/SimpleTest/test.css'/>
|
||||
<script src='../iframe-autoresize.js'></script>
|
||||
</head>
|
||||
<body>
|
||||
<iframe src='../mochi-single.html?conformance/extensions/webgl-compressed-texture-etc1.html'>
|
||||
</iframe>
|
||||
<iframe id='mochi-single' style='border:none' width='100%' scrolling='no'
|
||||
src='../mochi-single.html?conformance/extensions/webgl-compressed-texture-etc1.html'>
|
||||
</iframe>
|
||||
<script>
|
||||
IFrameAutoresize.StartById('mochi-single', false);
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,16 +1,20 @@
|
|||
<!DOCTYPE HTML>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<meta http-equiv='content-type' content='text/html; charset=utf-8' />
|
||||
<html>
|
||||
<head>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script type="application/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="../mochi-wrapper.css"/>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script src='/tests/SimpleTest/SimpleTest.js'></script>
|
||||
<link rel='stylesheet' type='text/css' href='/tests/SimpleTest/test.css'/>
|
||||
<script src='../iframe-autoresize.js'></script>
|
||||
</head>
|
||||
<body>
|
||||
<iframe src='../mochi-single.html?conformance/extensions/webgl-compressed-texture-s3tc.html'>
|
||||
</iframe>
|
||||
<iframe id='mochi-single' style='border:none' width='100%' scrolling='no'
|
||||
src='../mochi-single.html?conformance/extensions/webgl-compressed-texture-s3tc.html'>
|
||||
</iframe>
|
||||
<script>
|
||||
IFrameAutoresize.StartById('mochi-single', false);
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,16 +1,20 @@
|
|||
<!DOCTYPE HTML>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<meta http-equiv='content-type' content='text/html; charset=utf-8' />
|
||||
<html>
|
||||
<head>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script type="application/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="../mochi-wrapper.css"/>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script src='/tests/SimpleTest/SimpleTest.js'></script>
|
||||
<link rel='stylesheet' type='text/css' href='/tests/SimpleTest/test.css'/>
|
||||
<script src='../iframe-autoresize.js'></script>
|
||||
</head>
|
||||
<body>
|
||||
<iframe src='../mochi-single.html?conformance/extensions/webgl-debug-renderer-info.html'>
|
||||
</iframe>
|
||||
<iframe id='mochi-single' style='border:none' width='100%' scrolling='no'
|
||||
src='../mochi-single.html?conformance/extensions/webgl-debug-renderer-info.html'>
|
||||
</iframe>
|
||||
<script>
|
||||
IFrameAutoresize.StartById('mochi-single', false);
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,16 +1,20 @@
|
|||
<!DOCTYPE HTML>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<meta http-equiv='content-type' content='text/html; charset=utf-8' />
|
||||
<html>
|
||||
<head>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script type="application/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="../mochi-wrapper.css"/>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script src='/tests/SimpleTest/SimpleTest.js'></script>
|
||||
<link rel='stylesheet' type='text/css' href='/tests/SimpleTest/test.css'/>
|
||||
<script src='../iframe-autoresize.js'></script>
|
||||
</head>
|
||||
<body>
|
||||
<iframe src='../mochi-single.html?conformance/extensions/webgl-debug-shaders.html'>
|
||||
</iframe>
|
||||
<iframe id='mochi-single' style='border:none' width='100%' scrolling='no'
|
||||
src='../mochi-single.html?conformance/extensions/webgl-debug-shaders.html'>
|
||||
</iframe>
|
||||
<script>
|
||||
IFrameAutoresize.StartById('mochi-single', false);
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,16 +1,20 @@
|
|||
<!DOCTYPE HTML>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<meta http-equiv='content-type' content='text/html; charset=utf-8' />
|
||||
<html>
|
||||
<head>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script type="application/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="../mochi-wrapper.css"/>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script src='/tests/SimpleTest/SimpleTest.js'></script>
|
||||
<link rel='stylesheet' type='text/css' href='/tests/SimpleTest/test.css'/>
|
||||
<script src='../iframe-autoresize.js'></script>
|
||||
</head>
|
||||
<body>
|
||||
<iframe src='../mochi-single.html?conformance/glsl/functions/glsl-function-abs.html'>
|
||||
</iframe>
|
||||
<iframe id='mochi-single' style='border:none' width='100%' scrolling='no'
|
||||
src='../mochi-single.html?conformance/glsl/functions/glsl-function-abs.html'>
|
||||
</iframe>
|
||||
<script>
|
||||
IFrameAutoresize.StartById('mochi-single', false);
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,16 +1,20 @@
|
|||
<!DOCTYPE HTML>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<meta http-equiv='content-type' content='text/html; charset=utf-8' />
|
||||
<html>
|
||||
<head>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script type="application/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="../mochi-wrapper.css"/>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script src='/tests/SimpleTest/SimpleTest.js'></script>
|
||||
<link rel='stylesheet' type='text/css' href='/tests/SimpleTest/test.css'/>
|
||||
<script src='../iframe-autoresize.js'></script>
|
||||
</head>
|
||||
<body>
|
||||
<iframe src='../mochi-single.html?conformance/glsl/functions/glsl-function-acos.html'>
|
||||
</iframe>
|
||||
<iframe id='mochi-single' style='border:none' width='100%' scrolling='no'
|
||||
src='../mochi-single.html?conformance/glsl/functions/glsl-function-acos.html'>
|
||||
</iframe>
|
||||
<script>
|
||||
IFrameAutoresize.StartById('mochi-single', false);
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,16 +1,20 @@
|
|||
<!DOCTYPE HTML>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<meta http-equiv='content-type' content='text/html; charset=utf-8' />
|
||||
<html>
|
||||
<head>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script type="application/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="../mochi-wrapper.css"/>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script src='/tests/SimpleTest/SimpleTest.js'></script>
|
||||
<link rel='stylesheet' type='text/css' href='/tests/SimpleTest/test.css'/>
|
||||
<script src='../iframe-autoresize.js'></script>
|
||||
</head>
|
||||
<body>
|
||||
<iframe src='../mochi-single.html?conformance/glsl/functions/glsl-function-asin.html'>
|
||||
</iframe>
|
||||
<iframe id='mochi-single' style='border:none' width='100%' scrolling='no'
|
||||
src='../mochi-single.html?conformance/glsl/functions/glsl-function-asin.html'>
|
||||
</iframe>
|
||||
<script>
|
||||
IFrameAutoresize.StartById('mochi-single', false);
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,16 +1,20 @@
|
|||
<!DOCTYPE HTML>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<meta http-equiv='content-type' content='text/html; charset=utf-8' />
|
||||
<html>
|
||||
<head>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script type="application/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="../mochi-wrapper.css"/>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script src='/tests/SimpleTest/SimpleTest.js'></script>
|
||||
<link rel='stylesheet' type='text/css' href='/tests/SimpleTest/test.css'/>
|
||||
<script src='../iframe-autoresize.js'></script>
|
||||
</head>
|
||||
<body>
|
||||
<iframe src='../mochi-single.html?conformance/glsl/functions/glsl-function-atan-xy.html'>
|
||||
</iframe>
|
||||
<iframe id='mochi-single' style='border:none' width='100%' scrolling='no'
|
||||
src='../mochi-single.html?conformance/glsl/functions/glsl-function-atan-xy.html'>
|
||||
</iframe>
|
||||
<script>
|
||||
IFrameAutoresize.StartById('mochi-single', false);
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,16 +1,20 @@
|
|||
<!DOCTYPE HTML>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<meta http-equiv='content-type' content='text/html; charset=utf-8' />
|
||||
<html>
|
||||
<head>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script type="application/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="../mochi-wrapper.css"/>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script src='/tests/SimpleTest/SimpleTest.js'></script>
|
||||
<link rel='stylesheet' type='text/css' href='/tests/SimpleTest/test.css'/>
|
||||
<script src='../iframe-autoresize.js'></script>
|
||||
</head>
|
||||
<body>
|
||||
<iframe src='../mochi-single.html?conformance/glsl/functions/glsl-function-atan.html'>
|
||||
</iframe>
|
||||
<iframe id='mochi-single' style='border:none' width='100%' scrolling='no'
|
||||
src='../mochi-single.html?conformance/glsl/functions/glsl-function-atan.html'>
|
||||
</iframe>
|
||||
<script>
|
||||
IFrameAutoresize.StartById('mochi-single', false);
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,16 +1,20 @@
|
|||
<!DOCTYPE HTML>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<meta http-equiv='content-type' content='text/html; charset=utf-8' />
|
||||
<html>
|
||||
<head>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script type="application/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="../mochi-wrapper.css"/>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script src='/tests/SimpleTest/SimpleTest.js'></script>
|
||||
<link rel='stylesheet' type='text/css' href='/tests/SimpleTest/test.css'/>
|
||||
<script src='../iframe-autoresize.js'></script>
|
||||
</head>
|
||||
<body>
|
||||
<iframe src='../mochi-single.html?conformance/glsl/functions/glsl-function-ceil.html'>
|
||||
</iframe>
|
||||
<iframe id='mochi-single' style='border:none' width='100%' scrolling='no'
|
||||
src='../mochi-single.html?conformance/glsl/functions/glsl-function-ceil.html'>
|
||||
</iframe>
|
||||
<script>
|
||||
IFrameAutoresize.StartById('mochi-single', false);
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,16 +1,20 @@
|
|||
<!DOCTYPE HTML>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<meta http-equiv='content-type' content='text/html; charset=utf-8' />
|
||||
<html>
|
||||
<head>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script type="application/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="../mochi-wrapper.css"/>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script src='/tests/SimpleTest/SimpleTest.js'></script>
|
||||
<link rel='stylesheet' type='text/css' href='/tests/SimpleTest/test.css'/>
|
||||
<script src='../iframe-autoresize.js'></script>
|
||||
</head>
|
||||
<body>
|
||||
<iframe src='../mochi-single.html?conformance/glsl/functions/glsl-function-clamp-float.html'>
|
||||
</iframe>
|
||||
<iframe id='mochi-single' style='border:none' width='100%' scrolling='no'
|
||||
src='../mochi-single.html?conformance/glsl/functions/glsl-function-clamp-float.html'>
|
||||
</iframe>
|
||||
<script>
|
||||
IFrameAutoresize.StartById('mochi-single', false);
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,16 +1,20 @@
|
|||
<!DOCTYPE HTML>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<meta http-equiv='content-type' content='text/html; charset=utf-8' />
|
||||
<html>
|
||||
<head>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script type="application/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="../mochi-wrapper.css"/>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script src='/tests/SimpleTest/SimpleTest.js'></script>
|
||||
<link rel='stylesheet' type='text/css' href='/tests/SimpleTest/test.css'/>
|
||||
<script src='../iframe-autoresize.js'></script>
|
||||
</head>
|
||||
<body>
|
||||
<iframe src='../mochi-single.html?conformance/glsl/functions/glsl-function-clamp-gentype.html'>
|
||||
</iframe>
|
||||
<iframe id='mochi-single' style='border:none' width='100%' scrolling='no'
|
||||
src='../mochi-single.html?conformance/glsl/functions/glsl-function-clamp-gentype.html'>
|
||||
</iframe>
|
||||
<script>
|
||||
IFrameAutoresize.StartById('mochi-single', false);
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,16 +1,20 @@
|
|||
<!DOCTYPE HTML>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<meta http-equiv='content-type' content='text/html; charset=utf-8' />
|
||||
<html>
|
||||
<head>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script type="application/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="../mochi-wrapper.css"/>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script src='/tests/SimpleTest/SimpleTest.js'></script>
|
||||
<link rel='stylesheet' type='text/css' href='/tests/SimpleTest/test.css'/>
|
||||
<script src='../iframe-autoresize.js'></script>
|
||||
</head>
|
||||
<body>
|
||||
<iframe src='../mochi-single.html?conformance/glsl/functions/glsl-function-cos.html'>
|
||||
</iframe>
|
||||
<iframe id='mochi-single' style='border:none' width='100%' scrolling='no'
|
||||
src='../mochi-single.html?conformance/glsl/functions/glsl-function-cos.html'>
|
||||
</iframe>
|
||||
<script>
|
||||
IFrameAutoresize.StartById('mochi-single', false);
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,16 +1,20 @@
|
|||
<!DOCTYPE HTML>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<meta http-equiv='content-type' content='text/html; charset=utf-8' />
|
||||
<html>
|
||||
<head>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script type="application/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="../mochi-wrapper.css"/>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script src='/tests/SimpleTest/SimpleTest.js'></script>
|
||||
<link rel='stylesheet' type='text/css' href='/tests/SimpleTest/test.css'/>
|
||||
<script src='../iframe-autoresize.js'></script>
|
||||
</head>
|
||||
<body>
|
||||
<iframe src='../mochi-single.html?conformance/glsl/functions/glsl-function-cross.html'>
|
||||
</iframe>
|
||||
<iframe id='mochi-single' style='border:none' width='100%' scrolling='no'
|
||||
src='../mochi-single.html?conformance/glsl/functions/glsl-function-cross.html'>
|
||||
</iframe>
|
||||
<script>
|
||||
IFrameAutoresize.StartById('mochi-single', false);
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,16 +1,20 @@
|
|||
<!DOCTYPE HTML>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<meta http-equiv='content-type' content='text/html; charset=utf-8' />
|
||||
<html>
|
||||
<head>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script type="application/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="../mochi-wrapper.css"/>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script src='/tests/SimpleTest/SimpleTest.js'></script>
|
||||
<link rel='stylesheet' type='text/css' href='/tests/SimpleTest/test.css'/>
|
||||
<script src='../iframe-autoresize.js'></script>
|
||||
</head>
|
||||
<body>
|
||||
<iframe src='../mochi-single.html?conformance/glsl/functions/glsl-function-distance.html'>
|
||||
</iframe>
|
||||
<iframe id='mochi-single' style='border:none' width='100%' scrolling='no'
|
||||
src='../mochi-single.html?conformance/glsl/functions/glsl-function-distance.html'>
|
||||
</iframe>
|
||||
<script>
|
||||
IFrameAutoresize.StartById('mochi-single', false);
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,16 +1,20 @@
|
|||
<!DOCTYPE HTML>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<meta http-equiv='content-type' content='text/html; charset=utf-8' />
|
||||
<html>
|
||||
<head>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script type="application/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="../mochi-wrapper.css"/>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script src='/tests/SimpleTest/SimpleTest.js'></script>
|
||||
<link rel='stylesheet' type='text/css' href='/tests/SimpleTest/test.css'/>
|
||||
<script src='../iframe-autoresize.js'></script>
|
||||
</head>
|
||||
<body>
|
||||
<iframe src='../mochi-single.html?conformance/glsl/functions/glsl-function-dot.html'>
|
||||
</iframe>
|
||||
<iframe id='mochi-single' style='border:none' width='100%' scrolling='no'
|
||||
src='../mochi-single.html?conformance/glsl/functions/glsl-function-dot.html'>
|
||||
</iframe>
|
||||
<script>
|
||||
IFrameAutoresize.StartById('mochi-single', false);
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,16 +1,20 @@
|
|||
<!DOCTYPE HTML>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<meta http-equiv='content-type' content='text/html; charset=utf-8' />
|
||||
<html>
|
||||
<head>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script type="application/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="../mochi-wrapper.css"/>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script src='/tests/SimpleTest/SimpleTest.js'></script>
|
||||
<link rel='stylesheet' type='text/css' href='/tests/SimpleTest/test.css'/>
|
||||
<script src='../iframe-autoresize.js'></script>
|
||||
</head>
|
||||
<body>
|
||||
<iframe src='../mochi-single.html?conformance/glsl/functions/glsl-function-faceforward.html'>
|
||||
</iframe>
|
||||
<iframe id='mochi-single' style='border:none' width='100%' scrolling='no'
|
||||
src='../mochi-single.html?conformance/glsl/functions/glsl-function-faceforward.html'>
|
||||
</iframe>
|
||||
<script>
|
||||
IFrameAutoresize.StartById('mochi-single', false);
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,16 +1,20 @@
|
|||
<!DOCTYPE HTML>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<meta http-equiv='content-type' content='text/html; charset=utf-8' />
|
||||
<html>
|
||||
<head>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script type="application/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="../mochi-wrapper.css"/>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script src='/tests/SimpleTest/SimpleTest.js'></script>
|
||||
<link rel='stylesheet' type='text/css' href='/tests/SimpleTest/test.css'/>
|
||||
<script src='../iframe-autoresize.js'></script>
|
||||
</head>
|
||||
<body>
|
||||
<iframe src='../mochi-single.html?conformance/glsl/functions/glsl-function-floor.html'>
|
||||
</iframe>
|
||||
<iframe id='mochi-single' style='border:none' width='100%' scrolling='no'
|
||||
src='../mochi-single.html?conformance/glsl/functions/glsl-function-floor.html'>
|
||||
</iframe>
|
||||
<script>
|
||||
IFrameAutoresize.StartById('mochi-single', false);
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,16 +1,20 @@
|
|||
<!DOCTYPE HTML>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<meta http-equiv='content-type' content='text/html; charset=utf-8' />
|
||||
<html>
|
||||
<head>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script type="application/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="../mochi-wrapper.css"/>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script src='/tests/SimpleTest/SimpleTest.js'></script>
|
||||
<link rel='stylesheet' type='text/css' href='/tests/SimpleTest/test.css'/>
|
||||
<script src='../iframe-autoresize.js'></script>
|
||||
</head>
|
||||
<body>
|
||||
<iframe src='../mochi-single.html?conformance/glsl/functions/glsl-function-fract.html'>
|
||||
</iframe>
|
||||
<iframe id='mochi-single' style='border:none' width='100%' scrolling='no'
|
||||
src='../mochi-single.html?conformance/glsl/functions/glsl-function-fract.html'>
|
||||
</iframe>
|
||||
<script>
|
||||
IFrameAutoresize.StartById('mochi-single', false);
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,16 +1,20 @@
|
|||
<!DOCTYPE HTML>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<meta http-equiv='content-type' content='text/html; charset=utf-8' />
|
||||
<html>
|
||||
<head>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script type="application/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="../mochi-wrapper.css"/>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script src='/tests/SimpleTest/SimpleTest.js'></script>
|
||||
<link rel='stylesheet' type='text/css' href='/tests/SimpleTest/test.css'/>
|
||||
<script src='../iframe-autoresize.js'></script>
|
||||
</head>
|
||||
<body>
|
||||
<iframe src='../mochi-single.html?conformance/glsl/functions/glsl-function-length.html'>
|
||||
</iframe>
|
||||
<iframe id='mochi-single' style='border:none' width='100%' scrolling='no'
|
||||
src='../mochi-single.html?conformance/glsl/functions/glsl-function-length.html'>
|
||||
</iframe>
|
||||
<script>
|
||||
IFrameAutoresize.StartById('mochi-single', false);
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,16 +1,20 @@
|
|||
<!DOCTYPE HTML>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<meta http-equiv='content-type' content='text/html; charset=utf-8' />
|
||||
<html>
|
||||
<head>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script type="application/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="../mochi-wrapper.css"/>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script src='/tests/SimpleTest/SimpleTest.js'></script>
|
||||
<link rel='stylesheet' type='text/css' href='/tests/SimpleTest/test.css'/>
|
||||
<script src='../iframe-autoresize.js'></script>
|
||||
</head>
|
||||
<body>
|
||||
<iframe src='../mochi-single.html?conformance/glsl/functions/glsl-function-max-float.html'>
|
||||
</iframe>
|
||||
<iframe id='mochi-single' style='border:none' width='100%' scrolling='no'
|
||||
src='../mochi-single.html?conformance/glsl/functions/glsl-function-max-float.html'>
|
||||
</iframe>
|
||||
<script>
|
||||
IFrameAutoresize.StartById('mochi-single', false);
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,16 +1,20 @@
|
|||
<!DOCTYPE HTML>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<meta http-equiv='content-type' content='text/html; charset=utf-8' />
|
||||
<html>
|
||||
<head>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script type="application/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="../mochi-wrapper.css"/>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script src='/tests/SimpleTest/SimpleTest.js'></script>
|
||||
<link rel='stylesheet' type='text/css' href='/tests/SimpleTest/test.css'/>
|
||||
<script src='../iframe-autoresize.js'></script>
|
||||
</head>
|
||||
<body>
|
||||
<iframe src='../mochi-single.html?conformance/glsl/functions/glsl-function-max-gentype.html'>
|
||||
</iframe>
|
||||
<iframe id='mochi-single' style='border:none' width='100%' scrolling='no'
|
||||
src='../mochi-single.html?conformance/glsl/functions/glsl-function-max-gentype.html'>
|
||||
</iframe>
|
||||
<script>
|
||||
IFrameAutoresize.StartById('mochi-single', false);
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,16 +1,20 @@
|
|||
<!DOCTYPE HTML>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<meta http-equiv='content-type' content='text/html; charset=utf-8' />
|
||||
<html>
|
||||
<head>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script type="application/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="../mochi-wrapper.css"/>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script src='/tests/SimpleTest/SimpleTest.js'></script>
|
||||
<link rel='stylesheet' type='text/css' href='/tests/SimpleTest/test.css'/>
|
||||
<script src='../iframe-autoresize.js'></script>
|
||||
</head>
|
||||
<body>
|
||||
<iframe src='../mochi-single.html?conformance/glsl/functions/glsl-function-min-float.html'>
|
||||
</iframe>
|
||||
<iframe id='mochi-single' style='border:none' width='100%' scrolling='no'
|
||||
src='../mochi-single.html?conformance/glsl/functions/glsl-function-min-float.html'>
|
||||
</iframe>
|
||||
<script>
|
||||
IFrameAutoresize.StartById('mochi-single', false);
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,16 +1,20 @@
|
|||
<!DOCTYPE HTML>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<meta http-equiv='content-type' content='text/html; charset=utf-8' />
|
||||
<html>
|
||||
<head>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script type="application/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="../mochi-wrapper.css"/>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script src='/tests/SimpleTest/SimpleTest.js'></script>
|
||||
<link rel='stylesheet' type='text/css' href='/tests/SimpleTest/test.css'/>
|
||||
<script src='../iframe-autoresize.js'></script>
|
||||
</head>
|
||||
<body>
|
||||
<iframe src='../mochi-single.html?conformance/glsl/functions/glsl-function-min-gentype.html'>
|
||||
</iframe>
|
||||
<iframe id='mochi-single' style='border:none' width='100%' scrolling='no'
|
||||
src='../mochi-single.html?conformance/glsl/functions/glsl-function-min-gentype.html'>
|
||||
</iframe>
|
||||
<script>
|
||||
IFrameAutoresize.StartById('mochi-single', false);
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,16 +1,20 @@
|
|||
<!DOCTYPE HTML>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<meta http-equiv='content-type' content='text/html; charset=utf-8' />
|
||||
<html>
|
||||
<head>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script type="application/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="../mochi-wrapper.css"/>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script src='/tests/SimpleTest/SimpleTest.js'></script>
|
||||
<link rel='stylesheet' type='text/css' href='/tests/SimpleTest/test.css'/>
|
||||
<script src='../iframe-autoresize.js'></script>
|
||||
</head>
|
||||
<body>
|
||||
<iframe src='../mochi-single.html?conformance/glsl/functions/glsl-function-mix-float.html'>
|
||||
</iframe>
|
||||
<iframe id='mochi-single' style='border:none' width='100%' scrolling='no'
|
||||
src='../mochi-single.html?conformance/glsl/functions/glsl-function-mix-float.html'>
|
||||
</iframe>
|
||||
<script>
|
||||
IFrameAutoresize.StartById('mochi-single', false);
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,16 +1,20 @@
|
|||
<!DOCTYPE HTML>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<meta http-equiv='content-type' content='text/html; charset=utf-8' />
|
||||
<html>
|
||||
<head>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script type="application/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="../mochi-wrapper.css"/>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script src='/tests/SimpleTest/SimpleTest.js'></script>
|
||||
<link rel='stylesheet' type='text/css' href='/tests/SimpleTest/test.css'/>
|
||||
<script src='../iframe-autoresize.js'></script>
|
||||
</head>
|
||||
<body>
|
||||
<iframe src='../mochi-single.html?conformance/glsl/functions/glsl-function-mix-gentype.html'>
|
||||
</iframe>
|
||||
<iframe id='mochi-single' style='border:none' width='100%' scrolling='no'
|
||||
src='../mochi-single.html?conformance/glsl/functions/glsl-function-mix-gentype.html'>
|
||||
</iframe>
|
||||
<script>
|
||||
IFrameAutoresize.StartById('mochi-single', false);
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,16 +1,20 @@
|
|||
<!DOCTYPE HTML>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<meta http-equiv='content-type' content='text/html; charset=utf-8' />
|
||||
<html>
|
||||
<head>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script type="application/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="../mochi-wrapper.css"/>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script src='/tests/SimpleTest/SimpleTest.js'></script>
|
||||
<link rel='stylesheet' type='text/css' href='/tests/SimpleTest/test.css'/>
|
||||
<script src='../iframe-autoresize.js'></script>
|
||||
</head>
|
||||
<body>
|
||||
<iframe src='../mochi-single.html?conformance/glsl/functions/glsl-function-mod-float.html'>
|
||||
</iframe>
|
||||
<iframe id='mochi-single' style='border:none' width='100%' scrolling='no'
|
||||
src='../mochi-single.html?conformance/glsl/functions/glsl-function-mod-float.html'>
|
||||
</iframe>
|
||||
<script>
|
||||
IFrameAutoresize.StartById('mochi-single', false);
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,16 +1,20 @@
|
|||
<!DOCTYPE HTML>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<meta http-equiv='content-type' content='text/html; charset=utf-8' />
|
||||
<html>
|
||||
<head>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script type="application/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="../mochi-wrapper.css"/>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script src='/tests/SimpleTest/SimpleTest.js'></script>
|
||||
<link rel='stylesheet' type='text/css' href='/tests/SimpleTest/test.css'/>
|
||||
<script src='../iframe-autoresize.js'></script>
|
||||
</head>
|
||||
<body>
|
||||
<iframe src='../mochi-single.html?conformance/glsl/functions/glsl-function-mod-gentype.html'>
|
||||
</iframe>
|
||||
<iframe id='mochi-single' style='border:none' width='100%' scrolling='no'
|
||||
src='../mochi-single.html?conformance/glsl/functions/glsl-function-mod-gentype.html'>
|
||||
</iframe>
|
||||
<script>
|
||||
IFrameAutoresize.StartById('mochi-single', false);
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,16 +1,20 @@
|
|||
<!DOCTYPE HTML>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<meta http-equiv='content-type' content='text/html; charset=utf-8' />
|
||||
<html>
|
||||
<head>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script type="application/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="../mochi-wrapper.css"/>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script src='/tests/SimpleTest/SimpleTest.js'></script>
|
||||
<link rel='stylesheet' type='text/css' href='/tests/SimpleTest/test.css'/>
|
||||
<script src='../iframe-autoresize.js'></script>
|
||||
</head>
|
||||
<body>
|
||||
<iframe src='../mochi-single.html?conformance/glsl/functions/glsl-function-normalize.html'>
|
||||
</iframe>
|
||||
<iframe id='mochi-single' style='border:none' width='100%' scrolling='no'
|
||||
src='../mochi-single.html?conformance/glsl/functions/glsl-function-normalize.html'>
|
||||
</iframe>
|
||||
<script>
|
||||
IFrameAutoresize.StartById('mochi-single', false);
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,16 +1,20 @@
|
|||
<!DOCTYPE HTML>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<meta http-equiv='content-type' content='text/html; charset=utf-8' />
|
||||
<html>
|
||||
<head>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script type="application/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="../mochi-wrapper.css"/>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script src='/tests/SimpleTest/SimpleTest.js'></script>
|
||||
<link rel='stylesheet' type='text/css' href='/tests/SimpleTest/test.css'/>
|
||||
<script src='../iframe-autoresize.js'></script>
|
||||
</head>
|
||||
<body>
|
||||
<iframe src='../mochi-single.html?conformance/glsl/functions/glsl-function-reflect.html'>
|
||||
</iframe>
|
||||
<iframe id='mochi-single' style='border:none' width='100%' scrolling='no'
|
||||
src='../mochi-single.html?conformance/glsl/functions/glsl-function-reflect.html'>
|
||||
</iframe>
|
||||
<script>
|
||||
IFrameAutoresize.StartById('mochi-single', false);
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,16 +1,20 @@
|
|||
<!DOCTYPE HTML>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<meta http-equiv='content-type' content='text/html; charset=utf-8' />
|
||||
<html>
|
||||
<head>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script type="application/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="../mochi-wrapper.css"/>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script src='/tests/SimpleTest/SimpleTest.js'></script>
|
||||
<link rel='stylesheet' type='text/css' href='/tests/SimpleTest/test.css'/>
|
||||
<script src='../iframe-autoresize.js'></script>
|
||||
</head>
|
||||
<body>
|
||||
<iframe src='../mochi-single.html?conformance/glsl/functions/glsl-function-sign.html'>
|
||||
</iframe>
|
||||
<iframe id='mochi-single' style='border:none' width='100%' scrolling='no'
|
||||
src='../mochi-single.html?conformance/glsl/functions/glsl-function-sign.html'>
|
||||
</iframe>
|
||||
<script>
|
||||
IFrameAutoresize.StartById('mochi-single', false);
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,16 +1,20 @@
|
|||
<!DOCTYPE HTML>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<meta http-equiv='content-type' content='text/html; charset=utf-8' />
|
||||
<html>
|
||||
<head>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script type="application/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="../mochi-wrapper.css"/>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script src='/tests/SimpleTest/SimpleTest.js'></script>
|
||||
<link rel='stylesheet' type='text/css' href='/tests/SimpleTest/test.css'/>
|
||||
<script src='../iframe-autoresize.js'></script>
|
||||
</head>
|
||||
<body>
|
||||
<iframe src='../mochi-single.html?conformance/glsl/functions/glsl-function-sin.html'>
|
||||
</iframe>
|
||||
<iframe id='mochi-single' style='border:none' width='100%' scrolling='no'
|
||||
src='../mochi-single.html?conformance/glsl/functions/glsl-function-sin.html'>
|
||||
</iframe>
|
||||
<script>
|
||||
IFrameAutoresize.StartById('mochi-single', false);
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,16 +1,20 @@
|
|||
<!DOCTYPE HTML>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<meta http-equiv='content-type' content='text/html; charset=utf-8' />
|
||||
<html>
|
||||
<head>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script type="application/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="../mochi-wrapper.css"/>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script src='/tests/SimpleTest/SimpleTest.js'></script>
|
||||
<link rel='stylesheet' type='text/css' href='/tests/SimpleTest/test.css'/>
|
||||
<script src='../iframe-autoresize.js'></script>
|
||||
</head>
|
||||
<body>
|
||||
<iframe src='../mochi-single.html?conformance/glsl/functions/glsl-function-smoothstep-float.html'>
|
||||
</iframe>
|
||||
<iframe id='mochi-single' style='border:none' width='100%' scrolling='no'
|
||||
src='../mochi-single.html?conformance/glsl/functions/glsl-function-smoothstep-float.html'>
|
||||
</iframe>
|
||||
<script>
|
||||
IFrameAutoresize.StartById('mochi-single', false);
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,16 +1,20 @@
|
|||
<!DOCTYPE HTML>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<meta http-equiv='content-type' content='text/html; charset=utf-8' />
|
||||
<html>
|
||||
<head>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script type="application/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="../mochi-wrapper.css"/>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script src='/tests/SimpleTest/SimpleTest.js'></script>
|
||||
<link rel='stylesheet' type='text/css' href='/tests/SimpleTest/test.css'/>
|
||||
<script src='../iframe-autoresize.js'></script>
|
||||
</head>
|
||||
<body>
|
||||
<iframe src='../mochi-single.html?conformance/glsl/functions/glsl-function-smoothstep-gentype.html'>
|
||||
</iframe>
|
||||
<iframe id='mochi-single' style='border:none' width='100%' scrolling='no'
|
||||
src='../mochi-single.html?conformance/glsl/functions/glsl-function-smoothstep-gentype.html'>
|
||||
</iframe>
|
||||
<script>
|
||||
IFrameAutoresize.StartById('mochi-single', false);
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,16 +1,20 @@
|
|||
<!DOCTYPE HTML>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<meta http-equiv='content-type' content='text/html; charset=utf-8' />
|
||||
<html>
|
||||
<head>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script type="application/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="../mochi-wrapper.css"/>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script src='/tests/SimpleTest/SimpleTest.js'></script>
|
||||
<link rel='stylesheet' type='text/css' href='/tests/SimpleTest/test.css'/>
|
||||
<script src='../iframe-autoresize.js'></script>
|
||||
</head>
|
||||
<body>
|
||||
<iframe src='../mochi-single.html?conformance/glsl/functions/glsl-function-step-float.html'>
|
||||
</iframe>
|
||||
<iframe id='mochi-single' style='border:none' width='100%' scrolling='no'
|
||||
src='../mochi-single.html?conformance/glsl/functions/glsl-function-step-float.html'>
|
||||
</iframe>
|
||||
<script>
|
||||
IFrameAutoresize.StartById('mochi-single', false);
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,16 +1,20 @@
|
|||
<!DOCTYPE HTML>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<meta http-equiv='content-type' content='text/html; charset=utf-8' />
|
||||
<html>
|
||||
<head>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script type="application/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="../mochi-wrapper.css"/>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script src='/tests/SimpleTest/SimpleTest.js'></script>
|
||||
<link rel='stylesheet' type='text/css' href='/tests/SimpleTest/test.css'/>
|
||||
<script src='../iframe-autoresize.js'></script>
|
||||
</head>
|
||||
<body>
|
||||
<iframe src='../mochi-single.html?conformance/glsl/functions/glsl-function-step-gentype.html'>
|
||||
</iframe>
|
||||
<iframe id='mochi-single' style='border:none' width='100%' scrolling='no'
|
||||
src='../mochi-single.html?conformance/glsl/functions/glsl-function-step-gentype.html'>
|
||||
</iframe>
|
||||
<script>
|
||||
IFrameAutoresize.StartById('mochi-single', false);
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,16 +1,20 @@
|
|||
<!DOCTYPE HTML>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<meta http-equiv='content-type' content='text/html; charset=utf-8' />
|
||||
<html>
|
||||
<head>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script type="application/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="../mochi-wrapper.css"/>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script src='/tests/SimpleTest/SimpleTest.js'></script>
|
||||
<link rel='stylesheet' type='text/css' href='/tests/SimpleTest/test.css'/>
|
||||
<script src='../iframe-autoresize.js'></script>
|
||||
</head>
|
||||
<body>
|
||||
<iframe src='../mochi-single.html?conformance/glsl/functions/glsl-function.html'>
|
||||
</iframe>
|
||||
<iframe id='mochi-single' style='border:none' width='100%' scrolling='no'
|
||||
src='../mochi-single.html?conformance/glsl/functions/glsl-function.html'>
|
||||
</iframe>
|
||||
<script>
|
||||
IFrameAutoresize.StartById('mochi-single', false);
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,16 +1,20 @@
|
|||
<!DOCTYPE HTML>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<meta http-equiv='content-type' content='text/html; charset=utf-8' />
|
||||
<html>
|
||||
<head>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script type="application/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="../mochi-wrapper.css"/>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script src='/tests/SimpleTest/SimpleTest.js'></script>
|
||||
<link rel='stylesheet' type='text/css' href='/tests/SimpleTest/test.css'/>
|
||||
<script src='../iframe-autoresize.js'></script>
|
||||
</head>
|
||||
<body>
|
||||
<iframe src='../mochi-single.html?conformance/glsl/implicit/add_int_float.vert.html'>
|
||||
</iframe>
|
||||
<iframe id='mochi-single' style='border:none' width='100%' scrolling='no'
|
||||
src='../mochi-single.html?conformance/glsl/implicit/add_int_float.vert.html'>
|
||||
</iframe>
|
||||
<script>
|
||||
IFrameAutoresize.StartById('mochi-single', false);
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,16 +1,20 @@
|
|||
<!DOCTYPE HTML>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<meta http-equiv='content-type' content='text/html; charset=utf-8' />
|
||||
<html>
|
||||
<head>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script type="application/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="../mochi-wrapper.css"/>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script src='/tests/SimpleTest/SimpleTest.js'></script>
|
||||
<link rel='stylesheet' type='text/css' href='/tests/SimpleTest/test.css'/>
|
||||
<script src='../iframe-autoresize.js'></script>
|
||||
</head>
|
||||
<body>
|
||||
<iframe src='../mochi-single.html?conformance/glsl/implicit/add_int_mat2.vert.html'>
|
||||
</iframe>
|
||||
<iframe id='mochi-single' style='border:none' width='100%' scrolling='no'
|
||||
src='../mochi-single.html?conformance/glsl/implicit/add_int_mat2.vert.html'>
|
||||
</iframe>
|
||||
<script>
|
||||
IFrameAutoresize.StartById('mochi-single', false);
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,16 +1,20 @@
|
|||
<!DOCTYPE HTML>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<meta http-equiv='content-type' content='text/html; charset=utf-8' />
|
||||
<html>
|
||||
<head>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script type="application/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="../mochi-wrapper.css"/>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script src='/tests/SimpleTest/SimpleTest.js'></script>
|
||||
<link rel='stylesheet' type='text/css' href='/tests/SimpleTest/test.css'/>
|
||||
<script src='../iframe-autoresize.js'></script>
|
||||
</head>
|
||||
<body>
|
||||
<iframe src='../mochi-single.html?conformance/glsl/implicit/add_int_mat3.vert.html'>
|
||||
</iframe>
|
||||
<iframe id='mochi-single' style='border:none' width='100%' scrolling='no'
|
||||
src='../mochi-single.html?conformance/glsl/implicit/add_int_mat3.vert.html'>
|
||||
</iframe>
|
||||
<script>
|
||||
IFrameAutoresize.StartById('mochi-single', false);
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,16 +1,20 @@
|
|||
<!DOCTYPE HTML>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<meta http-equiv='content-type' content='text/html; charset=utf-8' />
|
||||
<html>
|
||||
<head>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script type="application/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="../mochi-wrapper.css"/>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script src='/tests/SimpleTest/SimpleTest.js'></script>
|
||||
<link rel='stylesheet' type='text/css' href='/tests/SimpleTest/test.css'/>
|
||||
<script src='../iframe-autoresize.js'></script>
|
||||
</head>
|
||||
<body>
|
||||
<iframe src='../mochi-single.html?conformance/glsl/implicit/add_int_mat4.vert.html'>
|
||||
</iframe>
|
||||
<iframe id='mochi-single' style='border:none' width='100%' scrolling='no'
|
||||
src='../mochi-single.html?conformance/glsl/implicit/add_int_mat4.vert.html'>
|
||||
</iframe>
|
||||
<script>
|
||||
IFrameAutoresize.StartById('mochi-single', false);
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,16 +1,20 @@
|
|||
<!DOCTYPE HTML>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<meta http-equiv='content-type' content='text/html; charset=utf-8' />
|
||||
<html>
|
||||
<head>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script type="application/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="../mochi-wrapper.css"/>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script src='/tests/SimpleTest/SimpleTest.js'></script>
|
||||
<link rel='stylesheet' type='text/css' href='/tests/SimpleTest/test.css'/>
|
||||
<script src='../iframe-autoresize.js'></script>
|
||||
</head>
|
||||
<body>
|
||||
<iframe src='../mochi-single.html?conformance/glsl/implicit/add_int_vec2.vert.html'>
|
||||
</iframe>
|
||||
<iframe id='mochi-single' style='border:none' width='100%' scrolling='no'
|
||||
src='../mochi-single.html?conformance/glsl/implicit/add_int_vec2.vert.html'>
|
||||
</iframe>
|
||||
<script>
|
||||
IFrameAutoresize.StartById('mochi-single', false);
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,16 +1,20 @@
|
|||
<!DOCTYPE HTML>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<meta http-equiv='content-type' content='text/html; charset=utf-8' />
|
||||
<html>
|
||||
<head>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script type="application/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="../mochi-wrapper.css"/>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script src='/tests/SimpleTest/SimpleTest.js'></script>
|
||||
<link rel='stylesheet' type='text/css' href='/tests/SimpleTest/test.css'/>
|
||||
<script src='../iframe-autoresize.js'></script>
|
||||
</head>
|
||||
<body>
|
||||
<iframe src='../mochi-single.html?conformance/glsl/implicit/add_int_vec3.vert.html'>
|
||||
</iframe>
|
||||
<iframe id='mochi-single' style='border:none' width='100%' scrolling='no'
|
||||
src='../mochi-single.html?conformance/glsl/implicit/add_int_vec3.vert.html'>
|
||||
</iframe>
|
||||
<script>
|
||||
IFrameAutoresize.StartById('mochi-single', false);
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,16 +1,20 @@
|
|||
<!DOCTYPE HTML>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<meta http-equiv='content-type' content='text/html; charset=utf-8' />
|
||||
<html>
|
||||
<head>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script type="application/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="../mochi-wrapper.css"/>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script src='/tests/SimpleTest/SimpleTest.js'></script>
|
||||
<link rel='stylesheet' type='text/css' href='/tests/SimpleTest/test.css'/>
|
||||
<script src='../iframe-autoresize.js'></script>
|
||||
</head>
|
||||
<body>
|
||||
<iframe src='../mochi-single.html?conformance/glsl/implicit/add_int_vec4.vert.html'>
|
||||
</iframe>
|
||||
<iframe id='mochi-single' style='border:none' width='100%' scrolling='no'
|
||||
src='../mochi-single.html?conformance/glsl/implicit/add_int_vec4.vert.html'>
|
||||
</iframe>
|
||||
<script>
|
||||
IFrameAutoresize.StartById('mochi-single', false);
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,16 +1,20 @@
|
|||
<!DOCTYPE HTML>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<meta http-equiv='content-type' content='text/html; charset=utf-8' />
|
||||
<html>
|
||||
<head>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script type="application/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="../mochi-wrapper.css"/>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script src='/tests/SimpleTest/SimpleTest.js'></script>
|
||||
<link rel='stylesheet' type='text/css' href='/tests/SimpleTest/test.css'/>
|
||||
<script src='../iframe-autoresize.js'></script>
|
||||
</head>
|
||||
<body>
|
||||
<iframe src='../mochi-single.html?conformance/glsl/implicit/add_ivec2_vec2.vert.html'>
|
||||
</iframe>
|
||||
<iframe id='mochi-single' style='border:none' width='100%' scrolling='no'
|
||||
src='../mochi-single.html?conformance/glsl/implicit/add_ivec2_vec2.vert.html'>
|
||||
</iframe>
|
||||
<script>
|
||||
IFrameAutoresize.StartById('mochi-single', false);
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,16 +1,20 @@
|
|||
<!DOCTYPE HTML>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<meta http-equiv='content-type' content='text/html; charset=utf-8' />
|
||||
<html>
|
||||
<head>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script type="application/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="../mochi-wrapper.css"/>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script src='/tests/SimpleTest/SimpleTest.js'></script>
|
||||
<link rel='stylesheet' type='text/css' href='/tests/SimpleTest/test.css'/>
|
||||
<script src='../iframe-autoresize.js'></script>
|
||||
</head>
|
||||
<body>
|
||||
<iframe src='../mochi-single.html?conformance/glsl/implicit/add_ivec3_vec3.vert.html'>
|
||||
</iframe>
|
||||
<iframe id='mochi-single' style='border:none' width='100%' scrolling='no'
|
||||
src='../mochi-single.html?conformance/glsl/implicit/add_ivec3_vec3.vert.html'>
|
||||
</iframe>
|
||||
<script>
|
||||
IFrameAutoresize.StartById('mochi-single', false);
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,16 +1,20 @@
|
|||
<!DOCTYPE HTML>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<meta http-equiv='content-type' content='text/html; charset=utf-8' />
|
||||
<html>
|
||||
<head>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script type="application/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="../mochi-wrapper.css"/>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script src='/tests/SimpleTest/SimpleTest.js'></script>
|
||||
<link rel='stylesheet' type='text/css' href='/tests/SimpleTest/test.css'/>
|
||||
<script src='../iframe-autoresize.js'></script>
|
||||
</head>
|
||||
<body>
|
||||
<iframe src='../mochi-single.html?conformance/glsl/implicit/add_ivec4_vec4.vert.html'>
|
||||
</iframe>
|
||||
<iframe id='mochi-single' style='border:none' width='100%' scrolling='no'
|
||||
src='../mochi-single.html?conformance/glsl/implicit/add_ivec4_vec4.vert.html'>
|
||||
</iframe>
|
||||
<script>
|
||||
IFrameAutoresize.StartById('mochi-single', false);
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,16 +1,20 @@
|
|||
<!DOCTYPE HTML>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<meta http-equiv='content-type' content='text/html; charset=utf-8' />
|
||||
<html>
|
||||
<head>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script type="application/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="../mochi-wrapper.css"/>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script src='/tests/SimpleTest/SimpleTest.js'></script>
|
||||
<link rel='stylesheet' type='text/css' href='/tests/SimpleTest/test.css'/>
|
||||
<script src='../iframe-autoresize.js'></script>
|
||||
</head>
|
||||
<body>
|
||||
<iframe src='../mochi-single.html?conformance/glsl/implicit/assign_int_to_float.vert.html'>
|
||||
</iframe>
|
||||
<iframe id='mochi-single' style='border:none' width='100%' scrolling='no'
|
||||
src='../mochi-single.html?conformance/glsl/implicit/assign_int_to_float.vert.html'>
|
||||
</iframe>
|
||||
<script>
|
||||
IFrameAutoresize.StartById('mochi-single', false);
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,16 +1,20 @@
|
|||
<!DOCTYPE HTML>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<meta http-equiv='content-type' content='text/html; charset=utf-8' />
|
||||
<html>
|
||||
<head>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script type="application/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="../mochi-wrapper.css"/>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script src='/tests/SimpleTest/SimpleTest.js'></script>
|
||||
<link rel='stylesheet' type='text/css' href='/tests/SimpleTest/test.css'/>
|
||||
<script src='../iframe-autoresize.js'></script>
|
||||
</head>
|
||||
<body>
|
||||
<iframe src='../mochi-single.html?conformance/glsl/implicit/assign_ivec2_to_vec2.vert.html'>
|
||||
</iframe>
|
||||
<iframe id='mochi-single' style='border:none' width='100%' scrolling='no'
|
||||
src='../mochi-single.html?conformance/glsl/implicit/assign_ivec2_to_vec2.vert.html'>
|
||||
</iframe>
|
||||
<script>
|
||||
IFrameAutoresize.StartById('mochi-single', false);
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,16 +1,20 @@
|
|||
<!DOCTYPE HTML>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<meta http-equiv='content-type' content='text/html; charset=utf-8' />
|
||||
<html>
|
||||
<head>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script type="application/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="../mochi-wrapper.css"/>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script src='/tests/SimpleTest/SimpleTest.js'></script>
|
||||
<link rel='stylesheet' type='text/css' href='/tests/SimpleTest/test.css'/>
|
||||
<script src='../iframe-autoresize.js'></script>
|
||||
</head>
|
||||
<body>
|
||||
<iframe src='../mochi-single.html?conformance/glsl/implicit/assign_ivec3_to_vec3.vert.html'>
|
||||
</iframe>
|
||||
<iframe id='mochi-single' style='border:none' width='100%' scrolling='no'
|
||||
src='../mochi-single.html?conformance/glsl/implicit/assign_ivec3_to_vec3.vert.html'>
|
||||
</iframe>
|
||||
<script>
|
||||
IFrameAutoresize.StartById('mochi-single', false);
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,16 +1,20 @@
|
|||
<!DOCTYPE HTML>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<meta http-equiv='content-type' content='text/html; charset=utf-8' />
|
||||
<html>
|
||||
<head>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script type="application/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="../mochi-wrapper.css"/>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script src='/tests/SimpleTest/SimpleTest.js'></script>
|
||||
<link rel='stylesheet' type='text/css' href='/tests/SimpleTest/test.css'/>
|
||||
<script src='../iframe-autoresize.js'></script>
|
||||
</head>
|
||||
<body>
|
||||
<iframe src='../mochi-single.html?conformance/glsl/implicit/assign_ivec4_to_vec4.vert.html'>
|
||||
</iframe>
|
||||
<iframe id='mochi-single' style='border:none' width='100%' scrolling='no'
|
||||
src='../mochi-single.html?conformance/glsl/implicit/assign_ivec4_to_vec4.vert.html'>
|
||||
</iframe>
|
||||
<script>
|
||||
IFrameAutoresize.StartById('mochi-single', false);
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,16 +1,20 @@
|
|||
<!DOCTYPE HTML>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<meta http-equiv='content-type' content='text/html; charset=utf-8' />
|
||||
<html>
|
||||
<head>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script type="application/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="../mochi-wrapper.css"/>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script src='/tests/SimpleTest/SimpleTest.js'></script>
|
||||
<link rel='stylesheet' type='text/css' href='/tests/SimpleTest/test.css'/>
|
||||
<script src='../iframe-autoresize.js'></script>
|
||||
</head>
|
||||
<body>
|
||||
<iframe src='../mochi-single.html?conformance/glsl/implicit/construct_struct.vert.html'>
|
||||
</iframe>
|
||||
<iframe id='mochi-single' style='border:none' width='100%' scrolling='no'
|
||||
src='../mochi-single.html?conformance/glsl/implicit/construct_struct.vert.html'>
|
||||
</iframe>
|
||||
<script>
|
||||
IFrameAutoresize.StartById('mochi-single', false);
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,16 +1,20 @@
|
|||
<!DOCTYPE HTML>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<meta http-equiv='content-type' content='text/html; charset=utf-8' />
|
||||
<html>
|
||||
<head>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script type="application/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="../mochi-wrapper.css"/>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script src='/tests/SimpleTest/SimpleTest.js'></script>
|
||||
<link rel='stylesheet' type='text/css' href='/tests/SimpleTest/test.css'/>
|
||||
<script src='../iframe-autoresize.js'></script>
|
||||
</head>
|
||||
<body>
|
||||
<iframe src='../mochi-single.html?conformance/glsl/implicit/divide_int_float.vert.html'>
|
||||
</iframe>
|
||||
<iframe id='mochi-single' style='border:none' width='100%' scrolling='no'
|
||||
src='../mochi-single.html?conformance/glsl/implicit/divide_int_float.vert.html'>
|
||||
</iframe>
|
||||
<script>
|
||||
IFrameAutoresize.StartById('mochi-single', false);
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,16 +1,20 @@
|
|||
<!DOCTYPE HTML>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<meta http-equiv='content-type' content='text/html; charset=utf-8' />
|
||||
<html>
|
||||
<head>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script type="application/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="../mochi-wrapper.css"/>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script src='/tests/SimpleTest/SimpleTest.js'></script>
|
||||
<link rel='stylesheet' type='text/css' href='/tests/SimpleTest/test.css'/>
|
||||
<script src='../iframe-autoresize.js'></script>
|
||||
</head>
|
||||
<body>
|
||||
<iframe src='../mochi-single.html?conformance/glsl/implicit/divide_int_mat2.vert.html'>
|
||||
</iframe>
|
||||
<iframe id='mochi-single' style='border:none' width='100%' scrolling='no'
|
||||
src='../mochi-single.html?conformance/glsl/implicit/divide_int_mat2.vert.html'>
|
||||
</iframe>
|
||||
<script>
|
||||
IFrameAutoresize.StartById('mochi-single', false);
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,16 +1,20 @@
|
|||
<!DOCTYPE HTML>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<meta http-equiv='content-type' content='text/html; charset=utf-8' />
|
||||
<html>
|
||||
<head>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script type="application/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="../mochi-wrapper.css"/>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script src='/tests/SimpleTest/SimpleTest.js'></script>
|
||||
<link rel='stylesheet' type='text/css' href='/tests/SimpleTest/test.css'/>
|
||||
<script src='../iframe-autoresize.js'></script>
|
||||
</head>
|
||||
<body>
|
||||
<iframe src='../mochi-single.html?conformance/glsl/implicit/divide_int_mat3.vert.html'>
|
||||
</iframe>
|
||||
<iframe id='mochi-single' style='border:none' width='100%' scrolling='no'
|
||||
src='../mochi-single.html?conformance/glsl/implicit/divide_int_mat3.vert.html'>
|
||||
</iframe>
|
||||
<script>
|
||||
IFrameAutoresize.StartById('mochi-single', false);
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,16 +1,20 @@
|
|||
<!DOCTYPE HTML>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<meta http-equiv='content-type' content='text/html; charset=utf-8' />
|
||||
<html>
|
||||
<head>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script type="application/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="../mochi-wrapper.css"/>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script src='/tests/SimpleTest/SimpleTest.js'></script>
|
||||
<link rel='stylesheet' type='text/css' href='/tests/SimpleTest/test.css'/>
|
||||
<script src='../iframe-autoresize.js'></script>
|
||||
</head>
|
||||
<body>
|
||||
<iframe src='../mochi-single.html?conformance/glsl/implicit/divide_int_mat4.vert.html'>
|
||||
</iframe>
|
||||
<iframe id='mochi-single' style='border:none' width='100%' scrolling='no'
|
||||
src='../mochi-single.html?conformance/glsl/implicit/divide_int_mat4.vert.html'>
|
||||
</iframe>
|
||||
<script>
|
||||
IFrameAutoresize.StartById('mochi-single', false);
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,16 +1,20 @@
|
|||
<!DOCTYPE HTML>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<meta http-equiv='content-type' content='text/html; charset=utf-8' />
|
||||
<html>
|
||||
<head>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script type="application/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="../mochi-wrapper.css"/>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script src='/tests/SimpleTest/SimpleTest.js'></script>
|
||||
<link rel='stylesheet' type='text/css' href='/tests/SimpleTest/test.css'/>
|
||||
<script src='../iframe-autoresize.js'></script>
|
||||
</head>
|
||||
<body>
|
||||
<iframe src='../mochi-single.html?conformance/glsl/implicit/divide_int_vec2.vert.html'>
|
||||
</iframe>
|
||||
<iframe id='mochi-single' style='border:none' width='100%' scrolling='no'
|
||||
src='../mochi-single.html?conformance/glsl/implicit/divide_int_vec2.vert.html'>
|
||||
</iframe>
|
||||
<script>
|
||||
IFrameAutoresize.StartById('mochi-single', false);
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,16 +1,20 @@
|
|||
<!DOCTYPE HTML>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<meta http-equiv='content-type' content='text/html; charset=utf-8' />
|
||||
<html>
|
||||
<head>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script type="application/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="../mochi-wrapper.css"/>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script src='/tests/SimpleTest/SimpleTest.js'></script>
|
||||
<link rel='stylesheet' type='text/css' href='/tests/SimpleTest/test.css'/>
|
||||
<script src='../iframe-autoresize.js'></script>
|
||||
</head>
|
||||
<body>
|
||||
<iframe src='../mochi-single.html?conformance/glsl/implicit/divide_int_vec3.vert.html'>
|
||||
</iframe>
|
||||
<iframe id='mochi-single' style='border:none' width='100%' scrolling='no'
|
||||
src='../mochi-single.html?conformance/glsl/implicit/divide_int_vec3.vert.html'>
|
||||
</iframe>
|
||||
<script>
|
||||
IFrameAutoresize.StartById('mochi-single', false);
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,16 +1,20 @@
|
|||
<!DOCTYPE HTML>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<meta http-equiv='content-type' content='text/html; charset=utf-8' />
|
||||
<html>
|
||||
<head>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script type="application/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="../mochi-wrapper.css"/>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script src='/tests/SimpleTest/SimpleTest.js'></script>
|
||||
<link rel='stylesheet' type='text/css' href='/tests/SimpleTest/test.css'/>
|
||||
<script src='../iframe-autoresize.js'></script>
|
||||
</head>
|
||||
<body>
|
||||
<iframe src='../mochi-single.html?conformance/glsl/implicit/divide_int_vec4.vert.html'>
|
||||
</iframe>
|
||||
<iframe id='mochi-single' style='border:none' width='100%' scrolling='no'
|
||||
src='../mochi-single.html?conformance/glsl/implicit/divide_int_vec4.vert.html'>
|
||||
</iframe>
|
||||
<script>
|
||||
IFrameAutoresize.StartById('mochi-single', false);
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,16 +1,20 @@
|
|||
<!DOCTYPE HTML>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<meta http-equiv='content-type' content='text/html; charset=utf-8' />
|
||||
<html>
|
||||
<head>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script type="application/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="../mochi-wrapper.css"/>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script src='/tests/SimpleTest/SimpleTest.js'></script>
|
||||
<link rel='stylesheet' type='text/css' href='/tests/SimpleTest/test.css'/>
|
||||
<script src='../iframe-autoresize.js'></script>
|
||||
</head>
|
||||
<body>
|
||||
<iframe src='../mochi-single.html?conformance/glsl/implicit/divide_ivec2_vec2.vert.html'>
|
||||
</iframe>
|
||||
<iframe id='mochi-single' style='border:none' width='100%' scrolling='no'
|
||||
src='../mochi-single.html?conformance/glsl/implicit/divide_ivec2_vec2.vert.html'>
|
||||
</iframe>
|
||||
<script>
|
||||
IFrameAutoresize.StartById('mochi-single', false);
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,16 +1,20 @@
|
|||
<!DOCTYPE HTML>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<meta http-equiv='content-type' content='text/html; charset=utf-8' />
|
||||
<html>
|
||||
<head>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script type="application/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="../mochi-wrapper.css"/>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script src='/tests/SimpleTest/SimpleTest.js'></script>
|
||||
<link rel='stylesheet' type='text/css' href='/tests/SimpleTest/test.css'/>
|
||||
<script src='../iframe-autoresize.js'></script>
|
||||
</head>
|
||||
<body>
|
||||
<iframe src='../mochi-single.html?conformance/glsl/implicit/divide_ivec3_vec3.vert.html'>
|
||||
</iframe>
|
||||
<iframe id='mochi-single' style='border:none' width='100%' scrolling='no'
|
||||
src='../mochi-single.html?conformance/glsl/implicit/divide_ivec3_vec3.vert.html'>
|
||||
</iframe>
|
||||
<script>
|
||||
IFrameAutoresize.StartById('mochi-single', false);
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,16 +1,20 @@
|
|||
<!DOCTYPE HTML>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<meta http-equiv='content-type' content='text/html; charset=utf-8' />
|
||||
<html>
|
||||
<head>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script type="application/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="../mochi-wrapper.css"/>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script src='/tests/SimpleTest/SimpleTest.js'></script>
|
||||
<link rel='stylesheet' type='text/css' href='/tests/SimpleTest/test.css'/>
|
||||
<script src='../iframe-autoresize.js'></script>
|
||||
</head>
|
||||
<body>
|
||||
<iframe src='../mochi-single.html?conformance/glsl/implicit/divide_ivec4_vec4.vert.html'>
|
||||
</iframe>
|
||||
<iframe id='mochi-single' style='border:none' width='100%' scrolling='no'
|
||||
src='../mochi-single.html?conformance/glsl/implicit/divide_ivec4_vec4.vert.html'>
|
||||
</iframe>
|
||||
<script>
|
||||
IFrameAutoresize.StartById('mochi-single', false);
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,16 +1,20 @@
|
|||
<!DOCTYPE HTML>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<meta http-equiv='content-type' content='text/html; charset=utf-8' />
|
||||
<html>
|
||||
<head>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script type="application/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="../mochi-wrapper.css"/>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script src='/tests/SimpleTest/SimpleTest.js'></script>
|
||||
<link rel='stylesheet' type='text/css' href='/tests/SimpleTest/test.css'/>
|
||||
<script src='../iframe-autoresize.js'></script>
|
||||
</head>
|
||||
<body>
|
||||
<iframe src='../mochi-single.html?conformance/glsl/implicit/equal_int_float.vert.html'>
|
||||
</iframe>
|
||||
<iframe id='mochi-single' style='border:none' width='100%' scrolling='no'
|
||||
src='../mochi-single.html?conformance/glsl/implicit/equal_int_float.vert.html'>
|
||||
</iframe>
|
||||
<script>
|
||||
IFrameAutoresize.StartById('mochi-single', false);
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,16 +1,20 @@
|
|||
<!DOCTYPE HTML>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<meta http-equiv='content-type' content='text/html; charset=utf-8' />
|
||||
<html>
|
||||
<head>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script type="application/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="../mochi-wrapper.css"/>
|
||||
<title>
|
||||
Mochitest wrapper for WebGL Conformance Test Suite tests
|
||||
</title>
|
||||
<script src='/tests/SimpleTest/SimpleTest.js'></script>
|
||||
<link rel='stylesheet' type='text/css' href='/tests/SimpleTest/test.css'/>
|
||||
<script src='../iframe-autoresize.js'></script>
|
||||
</head>
|
||||
<body>
|
||||
<iframe src='../mochi-single.html?conformance/glsl/implicit/equal_ivec2_vec2.vert.html'>
|
||||
</iframe>
|
||||
<iframe id='mochi-single' style='border:none' width='100%' scrolling='no'
|
||||
src='../mochi-single.html?conformance/glsl/implicit/equal_ivec2_vec2.vert.html'>
|
||||
</iframe>
|
||||
<script>
|
||||
IFrameAutoresize.StartById('mochi-single', false);
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Некоторые файлы не были показаны из-за слишком большого количества измененных файлов Показать больше
Загрузка…
Ссылка в новой задаче