1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-15 23:35:34 +00:00

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

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>