mirror of
https://github.com/servo/servo.git
synced 2025-09-19 11:20:09 +01:00
indexeddb: Finish implementation of key_type_to_jsval (#39008)
Uses clipped time to convert dates that are stored as `f64`s into JS values. Testing: WPT Fixes: #25327 --------- Signed-off-by: Ashwin Naren <arihant2math@gmail.com>
This commit is contained in:
parent
a1f9e3e133
commit
47551fc6fa
3 changed files with 8 additions and 4 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
|
||||
[create-index.any.worker.html]
|
||||
expected: CRASH
|
||||
expected: TIMEOUT
|
||||
[Assure no crash when populating index]
|
||||
expected: TIMEOUT
|
||||
|
||||
|
|
|
@ -14,6 +14,9 @@
|
|||
[Calling open() with version argument 9007199254740991 should not throw.]
|
||||
expected: FAIL
|
||||
|
||||
[Calling open() with version argument 1.5 should not throw.]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[idbfactory_open.any.sharedworker.html]
|
||||
expected: ERROR
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue