haikuwebkit/LayoutTests/fast/css/is-specificity-7-expected.html

8 lines
304 B
HTML

<!doctype html>
<html>
<body>
<p>This test checks the dynamic specificity of :is() with compound 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>