mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-06 17:48:37 +00:00
LibWeb: Throw SyntaxError when FontFaceSet contains var
This commit is contained in:
parent
863092afdc
commit
0e3386bb4c
Notes:
github-actions[bot]
2025-07-01 10:51:32 +00:00
Author: https://github.com/Gingeh
Commit: 0e3386bb4c
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5263
Reviewed-by: https://github.com/AtkinsSJ ✅
3 changed files with 55 additions and 3 deletions
|
@ -0,0 +1,9 @@
|
|||
Harness status: OK
|
||||
|
||||
Found 4 tests
|
||||
|
||||
4 Pass
|
||||
Pass Loading "var(--x) serif" causes SyntaxError (document)
|
||||
Pass Loading "var(--x, 10px) serif" causes SyntaxError (document)
|
||||
Pass Loading "var(--x) serif" causes SyntaxError (worker)
|
||||
Pass Loading "var(--x, 10px) serif" causes SyntaxError (worker)
|
Loading…
Add table
Add a link
Reference in a new issue