always-fail.html (447B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset='utf-8'> 5 <link rel='stylesheet' href='checkout/resources/js-test-style.css'/> 6 <script src='checkout/js/js-test-pre.js'></script> 7 </head> 8 <body> 9 <div id='description'></div> 10 <div id='console'></div> 11 12 <script> 13 description('Deliberately fail so as to test our harness.'); 14 15 testFailed('The harness should expect and handle this failure.'); 16 17 finishTest(); 18 </script> 19 </body> 20 </html>