Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / empty-generated-content.html
bloba5b23196a4451c711e6184d0e93b721ddb30b64b
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>WebKit Bug 17286: :after generated content and :empty ComputedStyle crash</title>
5 <link href="http://chasenlehara.com/" rel="author" title="Chasen Le Hara" />
6 <style type="text/css">
7 :after {content: ""}
8 :empty {}
9 </style>
10 </head>
11 <body>This page intentionally left blank.</body>
12 </html>