From 80fb92686bb318e2f98093e3596b60f9c9b3242b Mon Sep 17 00:00:00 2001 From: crschmidt Date: Mon, 17 Dec 2007 05:28:06 +0000 Subject: [PATCH] Opera serializes attributes before namespace declarations. git-svn-id: http://svn.openlayers.org/trunk/openlayers@5456 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- tests/Format/test_GML.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/Format/test_GML.html b/tests/Format/test_GML.html index e8f13fb910..152e847909 100644 --- a/tests/Format/test_GML.html +++ b/tests/Format/test_GML.html @@ -346,6 +346,9 @@ ]; var shell_start = ''; + if (OpenLayers.Util.getBrowserName() == "opera") { + shell_start = ''; + } var shell_end = ''; var serialize_geoms = { 'point': '1,2',