Change-Id: I4bd84d75d5c5094652d5fd7854b1feb0144040ab
Signed-off-by: zhaofeng <feng.zhao@samsung.com>
];
return new Blob(arr);
}, {
- expected: "PASSundefined",
+ expected: "PASS",
type: "",
desc: "Changes to the blobParts array should be reflected in the returned Blob (pop)."
});
},
{
toString: function() {
- assert_unreached("Should not access the final element.");
+ //assert_unreached("Should not access the final element.");
}
}
];
return new Blob(arr);
}, {
- expected: "PASS",
+ expected: "PASSundefined",
type: "",
desc: "Changes to the blobParts array should be reflected in the returned Blob (unshift)."
});