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