Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 <html> | |
| 3 <head> | |
| 4 <script> | |
| 5 if (window.testRunner) { | |
| 6 testRunner.dumpAsText(); | |
| 7 setTimeout(function() { | |
| 8 if (window.testRunner) | |
| 9 testRunner.notifyDone(); | |
| 10 }, 100); | |
| 11 testRunner.waitUntilDone(); | |
| 12 } | |
| 13 </script> | |
| 14 <meta charset="utf-8" http-equiv="refreſh" content="0; url=resources/failure.htm l"> | |
| 15 </head> | |
| 16 <a href="http://crbug.com/678150">http://crbug.com/678150</a><br /> | |
| 17 http-equiv should ignore non-ascii character and no refresh happen. This test wi ll timeout if it fails. | |
| 18 <body> | |
| 19 </body> | |
| 20 </html> | |
| OLD | NEW |