tenfourfox/dom/canvas/test/webgl-conformance/mochi-wrapper.html.template

23 lines
700 B
Plaintext
Raw Normal View History

2017-04-19 07:56:45 +00:00
<!-- GENERATED FILE, DO NOT EDIT -->
<!DOCTYPE HTML>
<meta http-equiv='content-type' content='text/html; charset=utf-8' />
<html>
<head>
<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 id='mochi-single' style='border:none' width='100%' scrolling='no'
src='../mochi-single.html?%%TEST_PATH%%'>
</iframe>
<script>
SimpleTest.requestFlakyTimeout("untriaged");
IFrameAutoresize.StartById('mochi-single', false);
</script>
</body>
</html>