aboutsummaryrefslogtreecommitdiffstats
path: root/test/data/core
Commit message (Collapse)AuthorAgeFilesLines
* Core: Change the sleep time in dont_return.php from 100s to 30sMichał Gołębiowski2014-03-191-1/+1
| | | | | | | | Half a minute is more than enough for the test to finish even in the slowest browsers and in case of starving the PHP FPM process pool, one has to wait for only half a minute to try again. (cherry-picked from a10aa3aac5223c250327d00c500ceb9c7a18b7f9)
* Core: Change the sleep time in dont_return.php to a sane valueMichał Gołębiowski2014-03-181-1/+1
| | | | | | | PHP sleep function accepts time in seconds, not milliseconds; the previous value was starving the PHP FPM process pool. (cherry-picked from b5074944b0b27f50ffe2ca9f96348b8d0cd5c82c)
* Core: Bump timeouts to stabilize doc ready testMichał Gołębiowski2014-03-132-2/+2
| | | | | | | | The "document ready when jQuery loaded asynchronously" test fails all the time in iOS7 and sometimes in other browsers. Bumping the timeouts *might* help these other browsers to be less flakey here. (cherry-picked from 854d242db457e3191e3ca1f2a366f6c981a12fbc)
* Core: Add test for jQuery.ready.promise fallback loadMichał Gołębiowski2014-03-132-0/+38
| | | | | | Fix #13655 Close gh-1209 Ref 32b066d3805a48f8c8312562ed52a1b5910b1d85
* Core: Do not run window.onready when readyDave Methvin2014-03-041-0/+24
| | | | | Fixes #14802 (cherry picked from commit 2df1aad6a1c9376c2a477eba26ee992113ed1c23)
* Fix #14074: element id="nodeName". Close gh-1389.Richard Gibson2013-11-071-0/+24
|
* Ref #13316: Sync all test documents on full vs. minified source.Richard Gibson2013-02-081-1/+1
|
* Fix #13274: Wrap sourceMap directive in multiline comments. Close gh-1143.Richard Gibson2013-01-251-0/+22