Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / http / tests / security / no-javascript-refresh-static.html
blob4febdfa76bc084f7b357908fb93079f32ab54d5e
1 <!DOCTYPE html>
2 <head>
3 <meta http-equiv='refresh' content='0;URL=javascript:window.top.location="about:blank"'/>
4 </head>
5 <body>
6 <script>
7 if (window.testRunner)
8 testRunner.dumpAsText();
9 </script>
10 This is the text that appears in place of a refresh.
11 </body>