mirror of
https://github.com/rkd77/elinks.git
synced 2024-11-04 08:17:17 -05:00
Add a simple testcase for missing ; in meta refresh content attribute.
This commit is contained in:
parent
1521c85bdf
commit
832418afb2
6
test/refresh2.html
Normal file
6
test/refresh2.html
Normal 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>
|
Loading…
Reference in New Issue
Block a user