Fixing test that broke in FF with ff1f99a03f.

This commit is contained in:
ahocevar
2012-06-11 13:38:42 +02:00
parent 4c07332c8a
commit 96359fbc99
+2 -2
View File
@@ -1375,7 +1375,8 @@
map.zoomTo(1); map.zoomTo(1);
t.delay_call(1, function() { // Mark one tile loaded, to see if back buffer removal gets scheduled.
layer.grid[1][1].onImageLoad();
t.ok(layer.backBuffer.parentNode === layer.div, t.ok(layer.backBuffer.parentNode === layer.div,
'[a] back buffer is a child of layer div'); '[a] back buffer is a child of layer div');
@@ -1396,7 +1397,6 @@
// tear down // tear down
map.destroy(); map.destroy();
});
} }
function test_getGridData(t) { function test_getGridData(t) {