| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta http-equiv = "X-Extra-Space" content = "Value with spaces" > | |
| <meta http-equiv="X-Tabs" content="Tabs and spaces"> | |
| <title>Meta Whitespace Test</title> | |
| </head> | |
| <body> | |
| <p>Test for extra whitespace handling in meta tags</p> | |
| </body> | |
| </html> |