1
0
Fork 0
firefox/dom/canvas/test/webgl-conf/always-fail.html
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

20 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>