mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 22:01:30 +00:00
f2ad3a4d42
MozReview-Commit-ID: 6XtFZSUYlXD --HG-- extra : rebase_source : 09790f2bc646def4ec1b7186c2aeb0d1e23125b1
21 lines
447 B
HTML
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>
|