if (!isSupported()) {
// TODO: some way of showing test as skipped in this case?
return;
}
ArrayBuffer buf = TypedArrays.createArrayBuffer(48);
Float64Array array = TypedArrays.createFloat64Array(buf);
setFromJsArray(array, 0);
validateArrayContents(array, 0);
buf = TypedArrays.createArrayBuffer(48);
array = TypedArrays.createFloat64Array(buf);