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