/* Source: http://www.w3.org/Style/CSS/Test/CSS3/Selectors/current/html/tests/css3-modsel-169a.html */ span::after { background-color: red; content: 'FAILED'; } span:after { background-color: lime; content: 'PASSED'; }