blob: b1c9639807cf78d909998baab37076903119d788 [file] [log] [blame]
<!doctype html>
<html>
<head>
<style>
target::before {
content:"WebKit!";
color: white;
background-color: green;
}
</style>
</head>
<body>
<p>Verify that selectors with duplicated ::before 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>