mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-11 03:56:16 +00:00
LibWeb/Tests: Import WPT test global-object-implicit-this-value
This commit is contained in:
parent
0c6ad0a740
commit
dcc7fe3663
Notes:
github-actions[bot]
2025-04-22 10:18:18 +00:00
Author: https://github.com/shannonbooth
Commit: dcc7fe3663
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4415
3 changed files with 115 additions and 0 deletions
|
@ -0,0 +1,15 @@
|
|||
Harness status: OK
|
||||
|
||||
Found 9 tests
|
||||
|
||||
8 Pass
|
||||
1 Fail
|
||||
Pass Global object's getter throws when called on incompatible object
|
||||
Pass Global object's setter throws when called on incompatible object
|
||||
Pass Global object's operation throws when called on incompatible object
|
||||
Pass Global object's getter throws when called on incompatible object (document.all)
|
||||
Pass Global object's setter throws when called on incompatible object (document.all)
|
||||
Pass Global object's operation throws when called on incompatible object (document.all)
|
||||
Pass Global object's getter works when called on null / undefined
|
||||
Fail Global object's setter works when called on null / undefined
|
||||
Pass Global object's operation works when called on null / undefined
|
Loading…
Add table
Add a link
Reference in a new issue