434178ef49
In OpenLayers 2.12, the backbuffer for each layer was placed right below the layer itself. With animated zooming, that was changed so backbuffers are all placed below the base layer. As it turned out, this is only good for certain kinds of layers (e.g. street labels), so the default now is to place the backbuffer right below its layer again. But the transitionEffect option can now have a new value, 'map-resize', which will cause the backbuffer to be placed below the base layer.
This directory contains unit tests for the OpenLayers library.
Tests use the Test.AnotherWay library from <http://openjsan.org>. The test
runner is 'run-tests.html' and new test files need to be added to
'list-tests.html'.
The following file naming conventions are used:
* A filename that starts with `test_` and has an `.html` extension
contains tests. These should contain tests for a specific class.
* A filename starting with `page_` and has an `.html` extension is a
supporting HTML file used in one or more tests.
* A filename starting with 'data_` is a supporting data file used in one
or more tests.