LibWeb: Add a CSS parsing test for selectors containing ':' in @media

While updating the parser to the latest spec algorithms, this started
parsing incorrectly as a declaration, and we had no tests covering it.
This commit is contained in:
Sam Atkins 2024-10-11 11:53:02 +01:00 committed by Andreas Kling
commit 9241f37823
Notes: github-actions[bot] 2024-10-14 06:09:55 +00:00
2 changed files with 17 additions and 0 deletions

View file

@ -0,0 +1 @@
Color is: "rgb(0, 128, 0)", should be "rgb(0, 128, 0)"