/css/css-page/parsing/page-rules-001.html| status | subtest | message |
|---|---|---|
| PASS | page-rules-001 | |
| FAIL | @page , { } should be an invalid rule | assert_throws_dom: @page , { } should throw in insertRule function "() => sheet.insertRule(rule)" did not throw |
| PASS | @page { } should be a valid rule | |
| PASS | @page a { } should be a valid rule | |
| PASS | @page page1 { } should be a valid rule | |
| PASS | @page name1, name2 { } should be a valid rule | |
| FAIL | @page a, { } should be an invalid rule | assert_throws_dom: @page a, { } should throw in insertRule function "() => sheet.insertRule(rule)" did not throw |
| FAIL | @page ,a { } should be an invalid rule | assert_throws_dom: @page ,a { } should throw in insertRule function "() => sheet.insertRule(rule)" did not throw |
bundle built 2026-07-16T07:16:48.063Z