зеркало из https://github.com/mozilla/gecko-dev.git
18 строки
357 B
HTML
18 строки
357 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>suffix - test url-prefix for script test</title>
|
|
<script type="text/javascript">
|
|
function getTestCases()
|
|
{
|
|
return [
|
|
{ testPassed: (function () { return true; }), testDescription: (function () { return "passed"; }) }
|
|
];
|
|
}
|
|
</script>
|
|
</head>
|
|
<body>
|
|
<h1>suffix - test url-prefix for script test</h1>
|
|
</body>
|
|
</html>
|