LibWeb: Validate ASF syntax at parse time

This commit is contained in:
Callum Law
2026-03-28 22:41:48 +13:00
committed by Sam Atkins
parent 04f634eeb2
commit 03d479c1da
Notes: github-actions[bot] 2026-03-30 18:58:46 +00:00
18 changed files with 96 additions and 31 deletions

View File

@@ -2,10 +2,9 @@ Harness status: OK
Found 70 tests
68 Pass
2 Fail
Fail e.style['content'] = "attr()" should not set the property value
Fail e.style['content'] = "attr() / \"alt text\"" should not set the property value
70 Pass
Pass e.style['content'] = "attr()" should not set the property value
Pass e.style['content'] = "attr() / \"alt text\"" should not set the property value
Pass e.style['content'] = "counters(counter-name)" should not set the property value
Pass e.style['content'] = "counters(counter-name) / \"alt text\"" should not set the property value
Pass e.style['content'] = "counter()" should not set the property value