mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 17:55:07 +02:00
I noticed a subtest in this test failing along with every other browser. After investigation, the failure was due to testing the previous specification before: https://github.com/whatwg/webidl/commit/3fb6ab4 So this imports the now adjusted WPT test as of: https://github.com/web-platform-tests/wpt/commit/bb3f032
19 lines
693 B
Plaintext
19 lines
693 B
Plaintext
Harness status: OK
|
|
|
|
Found 14 tests
|
|
|
|
14 Pass
|
|
Pass localStorage: plain set + get (loose)
|
|
Pass localStorage: plain set + get (strict)
|
|
Pass localStorage: defineProperty + get
|
|
Pass localStorage: defineProperty not configurable
|
|
Pass localStorage: get with symbol on prototype
|
|
Pass localStorage: delete existing property
|
|
Pass localStorage: delete non-existent property
|
|
Pass sessionStorage: plain set + get (loose)
|
|
Pass sessionStorage: plain set + get (strict)
|
|
Pass sessionStorage: defineProperty + get
|
|
Pass sessionStorage: defineProperty not configurable
|
|
Pass sessionStorage: get with symbol on prototype
|
|
Pass sessionStorage: delete existing property
|
|
Pass sessionStorage: delete non-existent property |