<!DOCTYPE html><html><head>
<title>:after with ::after</title>
<style type="text/css">
span::after { background-color: red; content: 'FAILED'; }
span:after { background-color: lime; content: 'PASSED'; }
</style>
<link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch">
<link rel="help" href="https://www.w3.org/TR/css3-selectors/#selectors">
<link rel="match" href="reference/this-test-has-passed-desc.xht">
<meta name="flags" content="">
</head>
<body>
<p>This test has <span></span>.</p>
<p>(If the previous line just reads "This test has ." then this test has failed.)</p>
</body></html>