mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
fbf1032c2d
18 lines
308 B
HTML
18 lines
308 B
HTML
<!DOCTYPE html>
|
|||
<html>
|
|||
<head>
|
|||
<title>scripttest-fail</title>
|
|||
<script type="text/javascript">
|
|||
function getTestCases()
|
|||
{
|
|||
return [
|
|||
{ testPassed: (function () { return false; }), testDescription: (function () { return "failed"; }) }
|
|||
];
|
|||
}
|
|||
</script>
|
|||
</head>
|
|||
<body>
|
|||
<h1>scripttest-fail</h1>
|
|||
</body>
|
|||
</html>
|