blob: 1b2d9169321fbacac3d9373d89312246e658292a [file] [log] [blame]
<!doctype html>
<html>
<body>
<p>This test the dynamic specificity of :matches() 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>