Leaflet/spec/suites
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
..
control When a layer is repeated in Control.Layers, behavior is not consistent. (#5672) 2017-07-31 09:20:40 +02:00
core Clean up and document event propagation properties (#5880) 2017-10-27 16:18:12 +02:00
dom upgrade deps, fix indenting (#5743) 2017-08-31 08:58:42 +02:00
geo Change Util.formatNum default to 6 decimals (#5492) 2017-10-02 18:36:59 +02:00
geometry Round pan offset towards zero (#5858) 2017-10-26 15:35:35 +03:00
layer Test(ImageOverlay+TileLayer): crossOrigin option add 5th test case (#6027) 2018-01-25 13:46:34 +01:00
map upgrade deps, fix indenting (#5743) 2017-08-31 08:58:42 +02:00
SpecHelper.js ES6 modules & Rollup (#4989) 2017-01-30 11:35:16 +01:00