Bug 1874684 - Part 37: Fix unified compilation. r=allstarschh
[gecko.git] / layout / reftests / reftest-sanity / prefix-suffix.html
blobfed54adbdd820c8f5db6fc18e00687b319fd8046
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>suffix - test url-prefix for script test</title>
5 <script type="text/javascript">
6 function getTestCases()
8 return [
9 { testPassed: (function () { return true; }), testDescription: (function () { return "passed"; }) }
12 </script>
13 </head>
14 <body>
15 <h1>suffix - test url-prefix for script test</h1>
16 </body>
17 </html>