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

22 lines
474 B
HTML

<!DOCTYPE html>
<meta charset='utf-8'>
<html>
<head>
<title>Always fail test</title>
<link rel='stylesheet' href='resources/js-test-style.css'/>
<script src='resources/js-test-pre.js'></script>
</head>
<body>
<div id='description'></div>
<div id='console'></div>
<script>
description('Deliberately fail so as to test our harness.');
testFailed('The harness should expect and handle this failure.');
finishTest();
</script>
</body>
</html>