From 15de885540ffa8fd71cacb963c763d66d3149605 Mon Sep 17 00:00:00 2001 From: ahocevar Date: Wed, 10 Feb 2010 12:53:45 +0000 Subject: [PATCH] Acceptance test checking for proper clone() behavior (see #2477) git-svn-id: http://svn.openlayers.org/trunk/openlayers@10040 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- tests/manual/clone-layers.html | 79 ++++++++++++++++++++++++++++++++++ 1 file changed, 79 insertions(+) create mode 100644 tests/manual/clone-layers.html diff --git a/tests/manual/clone-layers.html b/tests/manual/clone-layers.html new file mode 100644 index 0000000000..a1d43dd141 --- /dev/null +++ b/tests/manual/clone-layers.html @@ -0,0 +1,79 @@ + + + Cloning Layers Acceptance Test + + + + + + +
+
+
+
+
+
+
+
+
+
+

+ This example is used to confirm that layers are cloned with their + current state, not with their initial options. If this works, then + both maps should have both layers visible (use the LayerSwitcher + to confirm). +

+ + + \ No newline at end of file