mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-02 15:46:33 +00:00
LibWeb: Make getComputedStyle(e).getPropertyValue() see custom props
A lot of WPT tests rely on this mechanism to test unrelated things.
This commit is contained in:
parent
ea0e434d1d
commit
6dc61f895d
Notes:
github-actions[bot]
2024-11-21 20:16:55 +00:00
Author: https://github.com/awesomekling
Commit: 6dc61f895d
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2486
6 changed files with 36 additions and 37 deletions
|
@ -6,17 +6,16 @@ Rerun
|
|||
|
||||
Found 11 tests
|
||||
|
||||
1 Pass
|
||||
10 Fail
|
||||
11 Pass
|
||||
Details
|
||||
Result Test Name MessageFail Trailing declarations apply after any preceding rules
|
||||
Fail Trailing declarations apply after any preceding rules (no leading)
|
||||
Fail Trailing declarations apply after any preceding rules (multiple)
|
||||
Fail Nested declarations rule has same specificity as outer selector
|
||||
Fail Nested declarations rule has top-level specificity behavior
|
||||
Fail Nested declarations rule has top-level specificity behavior (max matching)
|
||||
Fail Bare declartaion in nested grouping rule can match pseudo-element
|
||||
Fail Nested group rules have top-level specificity behavior
|
||||
Fail Nested @scope rules behave like :where(:scope)
|
||||
Fail Nested @scope rules behave like :where(:scope) (trailing)
|
||||
Result Test Name MessagePass Trailing declarations apply after any preceding rules
|
||||
Pass Trailing declarations apply after any preceding rules (no leading)
|
||||
Pass Trailing declarations apply after any preceding rules (multiple)
|
||||
Pass Nested declarations rule has same specificity as outer selector
|
||||
Pass Nested declarations rule has top-level specificity behavior
|
||||
Pass Nested declarations rule has top-level specificity behavior (max matching)
|
||||
Pass Bare declartaion in nested grouping rule can match pseudo-element
|
||||
Pass Nested group rules have top-level specificity behavior
|
||||
Pass Nested @scope rules behave like :where(:scope)
|
||||
Pass Nested @scope rules behave like :where(:scope) (trailing)
|
||||
Pass Nested declarations rule responds to parent selector text change
|
Loading…
Add table
Add a link
Reference in a new issue