blob: 98a8ab4572d19cd06c0762e1fdddc595d968687a [file] [log] [blame]
<!doctype html>
<html>
<head>
<style>
* {
background-color: white;
color: black;
}
</style>
</head>
<body>
<p>This test the specificity of :is() with static specificity. The test passes if the text "target" is displayed white on green background.</p>
<target style="background-color: green; color: white;">Target</target>
</body>
</html>