haikuwebkit/LayoutTests/fast/selectors/pseudo-element-in-is-where-...

9 lines
292 B
HTML

<!doctyle html>
<style>
div { color:green; }
</style>
<div>Test that a pseudo element is ignored in :is()</div>
<div>Test that a pseudo element is ignored in :is()</div>
<div>Test that a pseudo element is ignored in :where()</div>
<div>Test that a pseudo element is ignored in :where()</div>