The Mapbox/leaflet upgrade (T147347) introduces a CSS property in the default mapbox style that currently makes ResourceLoader tests fail. See T147347#3111300
Patch: https://gerrit.wikimedia.org/r/#/c/317546/
The property that makes it fail is in lib/mapbox/style.css :
behavior:url(#default#VML);
It's kind of a weird property but it's valid... http://stackoverflow.com/questions/26339276/what-is-behavior-url-property-in-css
- Can we add this special case to CSSMin::getLocalFileReferences ?
- Otherwise, can we add a special comment like /* @ignoreurl */?