| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta content="charset "> | |
| </head> | |
| <body> | |
| <p>Meta charset parser should not crash on "charset" followed by whitespace only.</p> | |
| <script> | |
| if (window.testRunner) | |
| testRunner.dumpAsText(); | |
| document.write("PASS"); | |
| </script> | |
| </body> | |
| </html> |