tenfourfox/layout/reftests/reftest-sanity/prefix-suffix.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

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