blob: bca75e2854d3bb07c0cd541f7a28fb012e8010b3 [file] [log] [blame]
<!doctype html>
<html>
<body>
<p>This test the dynamic specificity of :is() with a complex selector. The text succeed if the text "Target" shows up in white on green background.</p>
<container>
<target style="background-color: green; color: white;">Target</target>
</container>
</body>
</html>