aboutsummaryrefslogtreecommitdiffstats
path: root/test/data/manipulation
Commit message (Collapse)AuthorAgeFilesLines
* Core: Fire iframe script in its context, add doc param in globalEvalMichał Gołębiowski-Owczarek2020-02-101-0/+2
| | | | | | | | | | 1. Support passing custom document to jQuery.globalEval; the script will be invoked in the context of this document. 2. Fire external scripts appended to iframe contents in that iframe context; this was already supported & tested for inline scripts but not for external ones. Fixes gh-4518 Closes gh-4601
* Docs: Update most URLs to HTTPSMichał Gołębiowski-Owczarek2019-10-211-1/+1
| | | Closes gh-4511
* Tests: Refactor testIframe() to make it DRYer and more consistentDave Methvin2016-04-112-6/+4
| | | | | Ref gh-3040 Closes gh-3049
* Manipulation: execute scripts from iframe in the iframe's contextTimmy Willison2015-11-091-0/+18
| | | | | Fixes gh-1757 Close gh-2696
* Ref #13316: Sync all documents on full vs. minified source. Close gh-1147.Richard Gibson2013-02-071-1/+1
|
* Fix #13316. Use minified version in unit testing.Dave Methvin2013-01-261-1/+1
|
* No ticket: remove test suite external dependenciesRichard Gibson2012-11-011-2/+2
|
* Fix #12266. IE9/10 says document[0] is document.frames[0]? Close gh-903.Elijah Manor2012-08-221-0/+36