mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
Add a simple testcase for missing ; in meta refresh content attribute.
This commit is contained in:
parent
ee503f6c00
commit
286a6a09d8
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