mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-25 06:36:11 +03:00
Adding test for zoomify format
This commit is contained in:
parent
8637388cab
commit
044a5b6794
@ -154,6 +154,16 @@
|
||||
url: "/test/data/A.png"
|
||||
});
|
||||
});
|
||||
// ----------
|
||||
asyncTest('Zoomify', function () {
|
||||
testOpen({
|
||||
type: "zoomifytileservice",
|
||||
tileSize: 256,
|
||||
width: 1000,
|
||||
height: 1000,
|
||||
tilesUrl: "/test/data/zoomify/"
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
// ----------
|
||||
|
Loading…
Reference in New Issue
Block a user