Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 <!doctype html> | 1 <!DOCTYPE html> |
| 2 <html> | 2 <html> |
| 3 <head> | 3 <body> |
| 4 Test passes if it does not crash. | |
| 5 <input id="x" type="image" onerror="x.type=''" src="" /> | |
| 4 <script> | 6 <script> |
| 5 if (window.testRunner) | 7 if (window.testRunner) |
| 6 testRunner.dumpAsText(); | 8 testRunner.dumpAsText(); |
| 7 </script> | 9 </script> |
| 8 </head> | |
| 9 <body> | |
| 10 Test passes if it does not crash. | |
| 11 <font face=""></font> | |
| 12 </body> | 10 </body> |
| 13 </html> | 11 </html> |
| OLD | NEW |