diff --git a/test/integration/render-tests/regressions/mapbox-gl-native#8952/expected.png b/test/integration/render-tests/regressions/mapbox-gl-native#8952/expected.png new file mode 100644 index 00000000000..d58554e96e6 Binary files /dev/null and b/test/integration/render-tests/regressions/mapbox-gl-native#8952/expected.png differ diff --git a/test/integration/render-tests/regressions/mapbox-gl-native#8952/style.json b/test/integration/render-tests/regressions/mapbox-gl-native#8952/style.json new file mode 100644 index 00000000000..f02d55b9c58 --- /dev/null +++ b/test/integration/render-tests/regressions/mapbox-gl-native#8952/style.json @@ -0,0 +1,36 @@ +{ + "version": 8, + "metadata": { + "test": { + "width": 64, + "height": 64, + "operations": [ + [ + "wait" + ], + [ + "setZoom", + 1 + ], + [ + "wait" + ] + ] + } + }, + "sources": {}, + "layers": [ + { + "id": "background", + "type": "background", + "paint": { + "background-color": { + "stops": [ + [0, "white"], + [1, "black"] + ] + } + } + } + ] +}