mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-12 02:31:41 +00:00
Bug 1018512 - Fix settings blob test assertions. r=bent
This commit is contained in:
parent
04c162ea47
commit
17b9bece40
@ -45,7 +45,7 @@ function onFailure() {
|
||||
let mozSettings = window.navigator.mozSettings;
|
||||
let req;
|
||||
|
||||
let storedBlob = new Blob([""], {"type": "text/xml"});
|
||||
let storedBlob = new Blob(['12345'], {"type": "text/plain"});
|
||||
|
||||
function checkBlob(blob) {
|
||||
try {
|
||||
|
Loading…
x
Reference in New Issue
Block a user