diff --git a/test/integration/render-tests/raster-loading/missing/expected.png b/test/integration/render-tests/raster-loading/missing/expected.png new file mode 100644 index 00000000000..a1ad7a5b57b Binary files /dev/null and b/test/integration/render-tests/raster-loading/missing/expected.png differ diff --git a/test/integration/render-tests/raster-loading/missing/style.json b/test/integration/render-tests/raster-loading/missing/style.json new file mode 100644 index 00000000000..e0fd4b09ba5 --- /dev/null +++ b/test/integration/render-tests/raster-loading/missing/style.json @@ -0,0 +1,37 @@ +{ + "version": 8, + "metadata": { + "test": { + "width": 64, + "height": 64, + "ignored": { + "js": "https://github.com/mapbox/mapbox-gl-js/issues/4257" + } + } + }, + "center": [ + 13.418056, + 52.499167 + ], + "zoom": 17, + "sources": { + "satellite": { + "type": "raster", + "tiles": [ + "local://tiles/{z}-{x}-{y}.satellite.png" + ], + "maxzoom": 18, + "tileSize": 256 + } + }, + "layers": [ + { + "id": "raster", + "type": "raster", + "source": "satellite", + "paint": { + "raster-fade-duration": 0 + } + } + ] +} \ No newline at end of file