diff --git a/tests/manual/tiles-loading.html b/tests/manual/tiles-loading.html new file mode 100644 index 0000000000..52cdaf9db4 --- /dev/null +++ b/tests/manual/tiles-loading.html @@ -0,0 +1,122 @@ + +
++ + Test 0 : at the initial zoom the WMS layer is in range, you should + therefore see the 'Loading tiles...' message when loading the page for + the first time. + +
++ + Test 1 : If you zoom out by one level (using the zoombar), the WMS + layer becomes out of range. No tile should be loaded so you shouldn't see + the 'Loading tiles...' message. + +
++ + Test 2 : Zoom in by one level to go back to initial state (the WMS + is back). Open the layer switcher and turn off the WMS layer. No tile + should be loaded so you shouldn't see the 'Loading tiles...' message. + +
++ + Test 3 : Keep the WMS layer turned off in the layer switcher. Zoom + out by one level again. The layer is both invisible and out of range, so + you shouldn't see the 'Loading tiles...' message. + +
+WMS Layer state - in range: true, visibility: true
Message: