blob: 9f2c6ae417c7c9e3245d062b826e92e596cbfb13 [file] [log] [blame]
<!doctype html>
<html>
<head>
<style>
* {
border: none;
}
</style>
</head>
<body>
<p>This test the specificity of :is() with a dynamic specificity of zero. 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>