Leaflet/spec/suites/layer/tile
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
..
GridLayerSpec.js Set _tilezoom to undefined instead of null (#5888) 2017-11-13 14:27:52 +01:00
TileLayerSpec.js Test(ImageOverlay+TileLayer): crossOrigin option add 5th test case (#6027) 2018-01-25 13:46:34 +01:00