Files
ladybird/Tests/LibWeb/Text/expected/wpt-import/webstorage/symbol-props.window.txt
Shannon Booth c63e77142a Tests/LibWeb: Import webstorage symbol-props WPT test
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
2025-07-03 12:45:31 +01:00

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