LibWeb: Add basic implementation of @page

This doesn't support selectors, and the only descriptors for now are for
margins.
This commit is contained in:
Sam Atkins
2025-05-13 12:17:41 +01:00
parent 1002464322
commit aaf07ae30d
Notes: github-actions[bot] 2025-05-15 08:54:53 +00:00
27 changed files with 471 additions and 20 deletions

View File

@@ -2,8 +2,9 @@ Harness status: OK
Found 4 tests
4 Fail
1 Pass
3 Fail
Fail There should be 3 @page rules.
Fail Rule #0
Pass Rule #0
Fail Rule #1
Fail Rule #2

View File

@@ -1,3 +1,7 @@
Harness status: Error
Harness status: OK
Found 0 tests
Found 2 tests
2 Fail
Fail Add declarations
Fail Remove declarations