summaryrefslogtreecommitdiffstats
path: root/dom/security/test/general/file_toplevel_data_meta_redirect.html
blob: e94a61ed48c7d4000f87e8066547012e71d295c7 (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>