blob: 66d3f0db82a430ab3294b698e20c0db02f4450e2 [file] [log] [blame]
<!doctype html>
<html>
<body>
<p>This test the specificity of simple nested :is() 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>