chromium/third_party/blink/web_tests/http/tests/misc/refresh-meta-with-newline.html

<html>
<head>
<META   HTTP-EQUIV      = "Refresh"
                Content = "0;
	                URL=resources/200.html">

</head>
<body>
<p><a href="http://bugs.webkit.org/show_bug.cgi?id=12799">Bug 12799</a>.</p>
<p>FAILURE (should redirect).</p>
<script>
if (window.testRunner) {
  testRunner.dumpAsText();
  testRunner.waitUntilDone();
}
</script>
</body>
</html>