1
0
Fork 0

Add a simple testcase for missing ; in meta refresh content attribute.

This commit is contained in:
Laurent MONIN 2007-09-08 21:06:28 +02:00
parent ee503f6c00
commit 286a6a09d8
1 changed files with 6 additions and 0 deletions

6
test/refresh2.html Normal file
View File

@ -0,0 +1,6 @@
<html>
<head><meta http-equiv="refresh" content="3 url=/somewhere" /></head>
<body>
Redirect to /somewhere after 3 seconds.
</body>
</html>