Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 <html> | |
| 3 <head> | |
| 4 <script> | |
| 5 if (window.testRunner) { | |
| 6 testRunner.dumpAsText(); | |
| 7 testRunner.waitUntilDone(); | |
| 8 } | |
| 9 </script> | |
| 10 <meta http-equiv="refresh" name="unknown" content="0; url=resources/success-noti fy-done.html"> | |
| 11 </head> | |
| 12 <body> | |
| 13 <a href="http://crbug.com/332090">http://crbug.com/332090</a><br/> | |
| 14 The handling of an <meta> element having both a 'name' and | |
| 15 'http-equiv' attribute should be disambiguated gracefully. Even if | |
| 16 the specification requires that at most one should be used. | |
| 17 </body> | |
| 18 </html> | |
| OLD | NEW |