Files
ladybird/Tests/LibWeb/Text/expected/wpt-import/css/cssom/cssom-pagerule.txt
Sam Atkins c9484e279f LibWeb/CSS: Implement CSSPageRule.setSelectorText()
Gets us 12 WPT subtest passes.
2025-05-16 16:42:10 +01:00

27 lines
1.4 KiB
Plaintext

Harness status: OK
Found 22 tests
22 Pass
Pass Sanity checks
Pass Page selector is initially the empty string
Pass Page selector 'cssText' is initially the @page { }
Pass Set selectorText to :left pseudo page
Pass Set cssText to :left pseudo page
Pass Set selectorText to named page
Pass Set cssText to named page
Pass Set selectorText to named page with :first pseudo page
Pass Set cssText to named page with :first pseudo page
Pass Set selectorText to named page with case insensitive :first pseudo page
Pass Set cssText to named page with case insensitive :first pseudo page
Pass Set selectorText to named page with two :first pseudo page
Pass Set cssText to named page with two :first pseudo page
Pass Set selectorText to named page with pseudo pages of :first, :left, :right, :first in order.
Pass Set cssText to named page with pseudo pages of :first, :left, :right, :first in order.
Pass Cannot set selectorText to named page with pseudo, whitespace between
Pass Cannot set cssText to named page with pseudo, whitespace between - return default @page { }
Pass Cannot set selectorText to two pseudos, whitespace between
Pass Cannot set cssText to two pseudos, whitespace between - return default @page { }
Pass Cannot set selectorText to invalid pseudo page
Pass Cannot set cssText to invalid pseudo page - return default @page { }
Pass Set selectorText to named page after rule was removed