blob: c9a024b0923ed48e344ce250a5293321a85a8f37 [file] [log] [blame]
<!doctype html>
<html>
<body>
<p>This test the specificity of simple nested :matches() selectors. The test succeed is the text "Target" appears on in white over a green background.</p>
<target style="background-color: green; color: white; border: none;">Target</target>
</body>
</html>