Leaflet/spec/suites/layer
ghybs 510c3e7ba7 Test(ImageOverlay+TileLayer): crossOrigin option add 5th test case (#6027)
when passing `crossOrigin: ''` (empty string) option, the `crossorigin` attribute should also be set an empty string value (valid keyword, with same effect as `"anonymous"` value). Need to add this test, because in JavaScript the empty string is a falsy value that could have been caught as `false` and led to no `crossorigin` attribute set.
2018-01-25 13:46:34 +01:00
..
marker Set alt HTML attribute only for img-based Markers (#5979) 2018-01-01 11:30:16 +02:00
tile Test(ImageOverlay+TileLayer): crossOrigin option add 5th test case (#6027) 2018-01-25 13:46:34 +01:00
vector #5921 Remove touch based click tolerance (#5922) 2017-11-17 14:36:23 +01:00
FeatureGroupSpec.js Clean up and document event propagation properties (#5880) 2017-10-27 16:18:12 +02:00
GeoJSONSpec.js Add precision parameter to all toGeoJSON functions (#5444) 2017-05-31 14:06:58 +02:00
ImageOverlaySpec.js Test(ImageOverlay+TileLayer): crossOrigin option add 5th test case (#6027) 2018-01-25 13:46:34 +01:00
LayerGroupSpec.js [LayerGroup] Use eachLayer for iterations over layers (#5809) 2017-09-30 16:58:10 +03:00
PopupSpec.js add icon popupAnchor option test for nonPhantom browsers (#5865) 2017-10-23 15:29:28 +02:00
TooltipSpec.js skipIfNotTouch instead of overriding Browser.touch (#5869) 2017-10-26 15:34:31 +03:00