1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-18 21:35:06 +00:00
serenity/Tests/LibWeb/Layout/input/css-invalid-psuedo-compound-selector.html

5 lines
No EOL
46 B
HTML

<div>
<style>
:host(:thing) {}
</style>
</div>