gecko-dev/dom/canvas/test/webgl-conf/always-fail.html
peter chang f2ad3a4d42 Bug 1277424 - Correct the script path of always-fail.html, r=jgilbert
MozReview-Commit-ID: 6XtFZSUYlXD

--HG--
extra : rebase_source : 09790f2bc646def4ec1b7186c2aeb0d1e23125b1
2016-06-22 15:30:10 +08:00

21 lines
447 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<link rel='stylesheet' href='checkout/resources/js-test-style.css'/>
<script src='checkout/js/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>