mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-02 15:46:33 +00:00
Tests/LibWeb: Rebaseline some no-longer-failing wasm tests
This commit is contained in:
parent
638a354b29
commit
1bcbd008d6
Notes:
github-actions[bot]
2025-05-08 09:36:22 +00:00
Author: https://github.com/alimpfard
Commit: 1bcbd008d6
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4567
Reviewed-by: https://github.com/ADKaster ✅
2 changed files with 61 additions and 47 deletions
|
@ -35,6 +35,21 @@ validate configurable: true
|
|||
validate enumerable: true
|
||||
validate value before: function validate() { [native code] }
|
||||
validate value after: replaced
|
||||
CompileError writable: true
|
||||
CompileError configurable: true
|
||||
CompileError enumerable: false
|
||||
CompileError value before: function CompileError() { [native code] }
|
||||
CompileError value after: replaced
|
||||
LinkError writable: true
|
||||
LinkError configurable: true
|
||||
LinkError enumerable: false
|
||||
LinkError value before: function LinkError() { [native code] }
|
||||
LinkError value after: replaced
|
||||
RuntimeError writable: true
|
||||
RuntimeError configurable: true
|
||||
RuntimeError enumerable: false
|
||||
RuntimeError value before: function RuntimeError() { [native code] }
|
||||
RuntimeError value after: replaced
|
||||
Global writable: true
|
||||
Global configurable: true
|
||||
Global enumerable: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue