author | Ryan VanderMeulen <ryanvm@gmail.com> |
Tue, 18 Aug 2015 10:39:17 -0400 | |
changeset 258185 | bf540756452992dad2430e684194b7f922f19204 |
parent 258184 | 1fe85780ea7cb156785f85241bf333940642428a |
child 258212 | d5cf4e7900df6b2351bf3677b49fb70bedf68b99 |
push id | 63843 |
push user | ryanvm@gmail.com |
push date | Tue, 18 Aug 2015 14:58:06 +0000 |
treeherder | mozilla-inbound@d55e24c983aa [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
milestone | 43.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
dom/security/test/cors/test_CrossSiteXHR_origin.html | file | annotate | diff | comparison | revisions |
--- a/dom/security/test/cors/test_CrossSiteXHR_origin.html +++ b/dom/security/test/cors/test_CrossSiteXHR_origin.html @@ -12,16 +12,17 @@ </p> <div id="content" style="display: none"> </div> <pre id="test"> <script class="testbody" type="application/javascript;version=1.8"> SimpleTest.waitForExplicitFinish(); +requestLongerTimeout(2); var origins = [{ server: 'http://example.org' }, { server: 'http://example.org:80', origin: 'http://example.org' }, { server: 'http://sub1.test1.example.org' }, { server: 'http://test2.example.org:8000' },