mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-27 02:05:07 +02: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:
committed by
Tim Ledbetter
parent
db43ed03a8
commit
614b93beca
Notes:
github-actions[bot]
2024-11-26 12:45:02 +00:00
Author: https://github.com/gmta Commit: https://github.com/LadybirdBrowser/ladybird/commit/614b93beca8 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2586 Reviewed-by: https://github.com/tcl3 ✅
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user