summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/css/empty-generated-content.html
blob: a5b23196a4451c711e6184d0e93b721ddb30b64b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!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>