forked from svrjs/svrjs
Changed tests page
This commit is contained in:
parent
2cab4349f9
commit
5f586cee0a
1 changed files with 2 additions and 2 deletions
|
@ -13,10 +13,10 @@
|
|||
</head>
|
||||
<body>
|
||||
<h1>SVR.JS Nightly-GitMain Tests</h1>
|
||||
<h2>Directory</h2>
|
||||
<h2>Directory (without trailing slash)</h2>
|
||||
<iframe src="/testdir" width="50%" height="300px"></iframe>
|
||||
<h2>Directory (with query)</h2>
|
||||
<iframe src="/testdir?query=value" width="50%" height="300px"></iframe>
|
||||
<iframe src="/testdir/?query=value" width="50%" height="300px"></iframe>
|
||||
<h2>Directory (personalized)</h2>
|
||||
<iframe src="/testdir/.personalized" width="50%" height="300px"></iframe>
|
||||
<h2>404 Error</h2>
|
||||
|
|
Reference in a new issue