summaryrefslogtreecommitdiffstats
path: root/dom/security/test/cors/test_CrossSiteXHR.html
diff options
context:
space:
mode:
Diffstat (limited to 'dom/security/test/cors/test_CrossSiteXHR.html')
-rw-r--r--dom/security/test/cors/test_CrossSiteXHR.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/dom/security/test/cors/test_CrossSiteXHR.html b/dom/security/test/cors/test_CrossSiteXHR.html
index b3cda3b87..d9aef5c60 100644
--- a/dom/security/test/cors/test_CrossSiteXHR.html
+++ b/dom/security/test/cors/test_CrossSiteXHR.html
@@ -743,7 +743,7 @@ function runTest() {
is(res.responseHeaders[header], test.responseHeaders[header],
"|xhr.getResponseHeader()|wrong response header (" + header + ") in test for " +
test.toSource());
- is(res.allResponseHeaders[header], test.responseHeaders[header],
+ is(res.allResponseHeaders[header.toLowerCase()], test.responseHeaders[header],
"|xhr.getAllResponseHeaderss()|wrong response header (" + header + ") in test for " +
test.toSource());
}