CORS: Add one extra double header test to check how webkit fails
authorOdin Hørthe Omdal <odinho@opera.com>
Fri, 08 Jun 2012 16:09:53 +0200
changeset 70 54aca18ba6c3
parent 69 4b57a1048bb6
child 71 746643cbf781
CORS: Add one extra double header test to check how webkit fails
tests/cors/submitted/opera/staging/origin.htm
--- a/tests/cors/submitted/opera/staging/origin.htm	Fri Jun 08 16:05:41 2012 +0200
+++ b/tests/cors/submitted/opera/staging/origin.htm	Fri Jun 08 16:09:53 2012 +0200
@@ -107,6 +107,7 @@
 }
 
 doubleOrigin('', '*');
+doubleOrigin('*', '');
 doubleOrigin('*', '*');
 doubleOrigin('', location.protocol + "//" + location.host);
 doubleOrigin('*', location.protocol + "//" + location.host);