mirror of
https://github.com/servo/servo.git
synced 2025-09-30 08:39:16 +01:00
indexeddb: Initialize DB version to zero. (#38819)
None of our automated tests were executing the initial DB setup code because the requested version always matched. Testing: Existing WPT coverage. Signed-off-by: Josh Matthews <josh@joshmatthews.net>
This commit is contained in:
parent
bce9f06cf8
commit
18230e9630
47 changed files with 303 additions and 212 deletions
|
@ -267,21 +267,6 @@
|
|||
[FileList: [object FileList\]]
|
||||
expected: FAIL
|
||||
|
||||
[Not serializable: function: function() {}]
|
||||
expected: FAIL
|
||||
|
||||
[Not serializable: symbol: Symbol(desc)]
|
||||
expected: FAIL
|
||||
|
||||
[Not serializable: Window: [object Window\]]
|
||||
expected: FAIL
|
||||
|
||||
[Not serializable: Event: [object Event\]]
|
||||
expected: FAIL
|
||||
|
||||
[Not serializable: MessageChannel: [object MessageChannel\]]
|
||||
expected: FAIL
|
||||
|
||||
[SyntaxError: SyntaxError: ghi]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -893,21 +878,6 @@
|
|||
[File: [object File\]]
|
||||
expected: FAIL
|
||||
|
||||
[Not serializable: function: function() {}]
|
||||
expected: FAIL
|
||||
|
||||
[Not serializable: symbol: Symbol(desc)]
|
||||
expected: FAIL
|
||||
|
||||
[Not serializable: DedicatedWorkerGlobalScope: [object DedicatedWorkerGlobalScope\]]
|
||||
expected: FAIL
|
||||
|
||||
[Not serializable: Event: [object Event\]]
|
||||
expected: FAIL
|
||||
|
||||
[Not serializable: MessageChannel: [object MessageChannel\]]
|
||||
expected: FAIL
|
||||
|
||||
[SyntaxError: SyntaxError: ghi]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue