diff options
Diffstat (limited to 'test/html/render/meta-refresh-0-no-url.html')
-rw-r--r-- | test/html/render/meta-refresh-0-no-url.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/test/html/render/meta-refresh-0-no-url.html b/test/html/render/meta-refresh-0-no-url.html new file mode 100644 index 00000000..7af8f961 --- /dev/null +++ b/test/html/render/meta-refresh-0-no-url.html @@ -0,0 +1,10 @@ +<!DOCTYPE html> +<html> + <head> + <title>Test meta refresh 0 without URL</title> + <meta http-equiv="Refresh" content="0"> + </head> + <body> + <p>Should be ignored.</p> + </body> +</html> |