haikuwebkit/LayoutTests/fast/css/not-specificity-3-expected....

9 lines
391 B
HTML

<!doctype html>
<html>
<body>
<p>Test the specificity of :not() with compound selectors.</p>
<testcase style="color: green; background-color: pink;">This sentence should be green on a pink background, without border.</testcase>
<testcase style="color: pink; background-color: green;">This sentence should be pink on a green background, without border.</testcase>
</body>
</html>