Opera CORS: Totally forgot that &
authorOdin Hørthe Omdal <odinho@opera.com>
Fri, 08 Jun 2012 16:05:41 +0200
changeset 69 4b57a1048bb6
parent 68 82bd29f4aafe
child 70 54aca18ba6c3
Opera CORS: Totally forgot that &
tests/cors/submitted/opera/staging/origin.htm
--- a/tests/cors/submitted/opera/staging/origin.htm	Fri Jun 08 15:59:14 2012 +0200
+++ b/tests/cors/submitted/opera/staging/origin.htm	Fri Jun 08 16:05:41 2012 +0200
@@ -100,7 +100,7 @@
         client.open('GET', CROSSDOMAIN
                             + '/resources/cors-makeheader.php?origin='
                             + encodeURIComponent(origin)
-                            + 'origin2=' + encodeURIComponent(origin2),
+                            + '&origin2=' + encodeURIComponent(origin2),
                     false)
         assert_throws(null, function() { client.send() }, 'send')
     }, 'Disallow multiple headers (' + origin + ', ' + origin2 + ')');