mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 842981 - Part 2: marionette test for Array.isArray. r=gwagner
This commit is contained in:
parent
98779ed9bd
commit
f1beceb933
@ -20,6 +20,8 @@ function testImportSimContacts() {
|
||||
request.onsuccess = function onsuccess() {
|
||||
let simContacts = request.result;
|
||||
|
||||
is(Array.isArray(simContacts), true);
|
||||
|
||||
// These SIM contacts are harded in external/qemu/telephony/sim_card.c
|
||||
is(simContacts[0].name, "Mozilla");
|
||||
is(simContacts[0].tel[0].value, "15555218201");
|
||||
|
Loading…
Reference in New Issue
Block a user