summaryrefslogtreecommitdiffstats
path: root/dom/security/test/general/file_toplevel_data_meta_redirect.html
blob: f4f5deb5282651fc60e74ea8694a559f5bf31956 (plain)
1
2
3
4
5
6
7
8
9
10
<html>
<body>
<head>
  <meta http-equiv="refresh"
        content="0; url='data:text/html,<body>toplevel meta redirect to data: URI should be blocked</body>'">
</head>
<body>
Meta Redirect to data: URI
</body>
</html>