aboutsummaryrefslogtreecommitdiff
path: root/test/html/render/meta-refresh-0-no-url.html
blob: 7af8f961a3c99d363f23754406e1d963215355e4 (plain)
1
2
3
4
5
6
7
8
9
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>