| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>WebKit Bug 17286: :after generated content and :empty ComputedStyle crash</title> | |
| <link href="http://chasenlehara.com/" rel="author" title="Chasen Le Hara" /> | |
| <style type="text/css"> | |
| :after {content: ""} | |
| :empty {} | |
| </style> | |
| </head> | |
| <body>This page intentionally left blank.</body> | |
| </html> |