blob: 0b7a778f3c1516ff3df58cd1e7428160a6b24edc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<!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>
|