blob: 63cd36f295263bd41459f56d3ae24af18af98402 [file] [log] [blame]
<!doctype html>
<html>
<body>
<p>This test the specificity when chaining multiple :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>