Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / http / tests / misc / meta-refresh-stray-single-quote.html
blob9a8c4872eebbee84a130ead919b1ad8ed3617d69
1 <html>
2 <head>
3 <script>
4 if (window.testRunner) {
5 testRunner.dumpAsText();
6 testRunner.waitUntilDone();
8 </script>
10 <meta http-equiv="Refresh" content="0; url='resources/success-notify-done.html">
12 </head>
13 <body>
14 <a href="https://bugs.webkit.org/show_bug.cgi?id=27868">https://bugs.webkit.org/show_bug.cgi?id=27868</a><br>
15 Some authors have accidentally written http-equv refresh headers with a stray ' denoting the URL<br>
16 All of the other browsers handle this, so we should also for compatibility.<br>
17 This page will either go into infinite refresh, or will correctly redirect once.<br>
18 </body>
19 </html>