blob: a96fcb170f767b992b9657f544de8551409c539b [file] [log] [blame]
<!doctype html>
<html>
<head>
<style>
target::after {
content:"WebKit!";
color: white;
background-color: green;
}
</style>
</head>
<body>
<p>Verify that selectors with duplicated ::after pseudo elements never match. If the test pass, you should see a box with a green background an the test "WebKit!" written in white.</p>
<target></target>
</body>
</html>