diff --git a/test/ignores.json b/test/ignores.json index 89962f3e926..a77244ed8fc 100644 --- a/test/ignores.json +++ b/test/ignores.json @@ -9,7 +9,6 @@ "render-tests/fill-extrusion-pattern/literal": "https://github.com/mapbox/mapbox-gl-js/issues/3327", "render-tests/fill-extrusion-pattern/missing": "https://github.com/mapbox/mapbox-gl-js/issues/3327", "render-tests/fill-extrusion-pattern/opacity": "https://github.com/mapbox/mapbox-gl-js/issues/3327", - "render-tests/fill-outline-color/fill": "https://github.com/mapbox/mapbox-gl-js/issues/4601", "render-tests/geojson/inline-linestring-fill": "current behavior is arbitrary", "render-tests/line-dasharray/zoom-history": "needs investigation", "render-tests/raster-loading/missing": "https://github.com/mapbox/mapbox-gl-js/issues/4257", diff --git a/test/integration/render-tests/fill-outline-color/function/expected.png b/test/integration/render-tests/fill-outline-color/function/expected.png index 790ac67cd43..d1641cb2bcb 100644 Binary files a/test/integration/render-tests/fill-outline-color/function/expected.png and b/test/integration/render-tests/fill-outline-color/function/expected.png differ diff --git a/test/integration/render-tests/fill-outline-color/literal/expected.png b/test/integration/render-tests/fill-outline-color/literal/expected.png index c58e4e71abb..a9af2fc7aab 100644 Binary files a/test/integration/render-tests/fill-outline-color/literal/expected.png and b/test/integration/render-tests/fill-outline-color/literal/expected.png differ diff --git a/test/integration/render-tests/fill-outline-color/multiply/expected.png b/test/integration/render-tests/fill-outline-color/multiply/expected.png index ef31af94090..fe7613d9592 100644 Binary files a/test/integration/render-tests/fill-outline-color/multiply/expected.png and b/test/integration/render-tests/fill-outline-color/multiply/expected.png differ diff --git a/test/integration/render-tests/fill-outline-color/opacity/expected.png b/test/integration/render-tests/fill-outline-color/opacity/expected.png index ab126417558..50a31000b94 100644 Binary files a/test/integration/render-tests/fill-outline-color/opacity/expected.png and b/test/integration/render-tests/fill-outline-color/opacity/expected.png differ diff --git a/test/integration/render-tests/fill-outline-color/property-function/expected.png b/test/integration/render-tests/fill-outline-color/property-function/expected.png index fa6d73d1817..0561290baf4 100644 Binary files a/test/integration/render-tests/fill-outline-color/property-function/expected.png and b/test/integration/render-tests/fill-outline-color/property-function/expected.png differ diff --git a/test/integration/render-tests/fill-outline-color/zoom-and-property-function/expected.png b/test/integration/render-tests/fill-outline-color/zoom-and-property-function/expected.png index 48372b9984b..b8ea39d48f7 100644 Binary files a/test/integration/render-tests/fill-outline-color/zoom-and-property-function/expected.png and b/test/integration/render-tests/fill-outline-color/zoom-and-property-function/expected.png differ