LibWeb/Tests: Import WPT test global-object-implicit-this-value

This commit is contained in:
Shannon Booth 2025-04-21 21:09:41 +12:00 committed by Andreas Kling
commit dcc7fe3663
Notes: github-actions[bot] 2025-04-22 10:18:18 +00:00
3 changed files with 115 additions and 0 deletions

View file

@ -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