Closed
Bug 1598170
Opened 5 years ago
Closed 5 years ago
[wpt-sync] Sync PR 20352 - Indexed DB: Verify array proxies are not valid keys
Categories
(Core :: Storage: IndexedDB, task, P4)
Core
Storage: IndexedDB
Tracking
()
RESOLVED
FIXED
mozilla72
Tracking | Status | |
---|---|---|
firefox72 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 20352 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/20352
Details from upstream follow.
Joshua Bell <jsbell@chromium.org> wrote:
Indexed DB: Verify array proxies are not valid keys
Arrays of keys are valid keys, but implementations don't allow proxies of arrays to be keys. Add a test, corresponding to pending spec PR:
Bug: https://github.com/w3c/IndexedDB/issues/309
PR: https://github.com/w3c/IndexedDB/pull/311
Assignee | ||
Updated•5 years ago
|
Component: web-platform-tests → Storage: IndexedDB
Product: Testing → Core
Assignee | ||
Comment 1•5 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=6294aeac2acaa35c4f592d73b3a407641ebb857f
Assignee | ||
Comment 2•5 years ago
|
||
GitHub CI Results
wpt.fyi PR Results Base Results
Ran 1 tests and 35 subtests
Firefox
OK : 1
PASS: 35
Chrome
OK : 1
PASS: 35
Safari
OK : 1
PASS: 35
Gecko CI Results
Ran 1 tests and 35 subtests
OK : 1
PASS : 35
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/a1415e648ad4
[wpt PR 20352] - Indexed DB: Verify array proxies are not valid keys, a=testonly
Comment 4•5 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox72:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla72
You need to log in
before you can comment on or make changes to this bug.
Description
•