mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-11 12:06:07 +00:00
Meta: Set constructor prototype in IDLGenerators
Without this, retrieving `__proto__` from any interface will always yield an instance of `FunctionPrototype`.
This commit is contained in:
parent
db43ed03a8
commit
614b93beca
Notes:
github-actions[bot]
2024-11-26 12:45:02 +00:00
Author: https://github.com/gmta
Commit: 614b93beca
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2586
Reviewed-by: https://github.com/tcl3 ✅
4 changed files with 34 additions and 4 deletions
|
@ -6,10 +6,10 @@ Rerun
|
|||
|
||||
Found 13 tests
|
||||
|
||||
11 Pass
|
||||
2 Fail
|
||||
12 Pass
|
||||
1 Fail
|
||||
Details
|
||||
Result Test Name MessageFail CSSStyleRule is a CSSGroupingRule
|
||||
Result Test Name MessagePass CSSStyleRule is a CSSGroupingRule
|
||||
Pass Simple CSSOM manipulation of subrules
|
||||
Pass Simple CSSOM manipulation of subrules 1
|
||||
Pass Simple CSSOM manipulation of subrules 2
|
||||
|
@ -21,4 +21,4 @@ Pass Simple CSSOM manipulation of subrules 7
|
|||
Fail Simple CSSOM manipulation of subrules 8
|
||||
Pass Simple CSSOM manipulation of subrules 9
|
||||
Pass Simple CSSOM manipulation of subrules 10
|
||||
Pass Mutating the selectorText of outer rule invalidates inner rules
|
||||
Pass Mutating the selectorText of outer rule invalidates inner rules
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue