From 7438620cfcdb406c6ea7f4a10918e4f5a2d517d6 Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Sat, 7 Jan 2017 13:19:01 -0800 Subject: [PATCH] Add regression test for https://github.com/mapbox/mapbox-gl-js/pull/3903 --- .../mapbox-gl-js#3903/expected.png | Bin 0 -> 80 bytes .../regressions/mapbox-gl-js#3903/style.json | 32 ++++++++++++++++++ 2 files changed, 32 insertions(+) create mode 100644 render-tests/regressions/mapbox-gl-js#3903/expected.png create mode 100644 render-tests/regressions/mapbox-gl-js#3903/style.json diff --git a/render-tests/regressions/mapbox-gl-js#3903/expected.png b/render-tests/regressions/mapbox-gl-js#3903/expected.png new file mode 100644 index 0000000000000000000000000000000000000000..7b8ae763ee78607d1fea6ca5661ab97d4bd8c9ad GIT binary patch literal 80 zcmeAS@N?(olHy`uVBq!ia0vp^j3CUx1|;Q0k8}blCQlc~kP5~(QgxSrJWdcVnW5=F Y10xF~!%W*ncY%Top00i_>zopr04)g+z5oCK literal 0 HcmV?d00001 diff --git a/render-tests/regressions/mapbox-gl-js#3903/style.json b/render-tests/regressions/mapbox-gl-js#3903/style.json new file mode 100644 index 00000000..57acc74a --- /dev/null +++ b/render-tests/regressions/mapbox-gl-js#3903/style.json @@ -0,0 +1,32 @@ +{ + "version": 8, + "metadata": { + "test": { + "width": 1, + "height": 1, + "operations": [ + [ + "removeLayer", + "background" + ], + [ + "addLayer", + { + "id": "background", + "type": "background" + } + ], + [ + "wait" + ] + ] + } + }, + "sources": {}, + "layers": [ + { + "id": "background", + "type": "background" + } + ] +} \ No newline at end of file