tenfourfox/dom/canvas/test/webgl-conformance/mochi-wrapper.html.template
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

23 lines
700 B
Plaintext

<!-- 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>