Oreon-Lime-R2/mingw-wine-gecko/wine-gecko-2.47.4-src/wine-gecko-2.47.4/layout/reftests/reftest-sanity/prefix-suffix.html

17 lines
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>