]> source.dussan.org Git - jquery.git/commit
Tests: Refactor testIframe() to make it DRYer and more consistent
authorDave Methvin <dave.methvin@gmail.com>
Sun, 10 Apr 2016 19:42:44 +0000 (15:42 -0400)
committerDave Methvin <dave.methvin@gmail.com>
Mon, 11 Apr 2016 17:32:51 +0000 (13:32 -0400)
commite5ffcb0838c894e26f4ff32dfec162cf624d8d7d
tree1a57c3a0cbf026dcd98d1f821dc9ed6f848f46d3
parent08d73d7f9c7eec2f0abd14d00bf903625728ef17
Tests: Refactor testIframe() to make it DRYer and more consistent

Ref gh-3040
Closes gh-3049
42 files changed:
README.md
test/data/ajax/onunload.html
test/data/ajax/unreleasedXHR.html
test/data/core/aliased.html
test/data/core/cc_on.html
test/data/core/dynamic_ready.html
test/data/core/onready.html
test/data/css/cssWidthBeforeDocReady.html
test/data/data/dataAttrs.html
test/data/dimensions/documentLarge.html
test/data/event/focusElem.html
test/data/event/focusinCrossFrame.html
test/data/event/interactiveReady.html
test/data/event/promiseReady.html
test/data/event/syncReady.html
test/data/event/triggerunload.html
test/data/iframeTest.js [new file with mode: 0644]
test/data/manipulation/iframe-denied.html
test/data/manipulation/scripts-context.html
test/data/offset/absolute.html
test/data/offset/body.html
test/data/offset/fixed.html
test/data/offset/relative.html
test/data/offset/scroll.html
test/data/offset/static.html
test/data/offset/table.html
test/data/selector/html5_selector.html
test/data/selector/sizzle_cache.html
test/data/support/bodyBackground.html
test/data/support/csp.js
test/data/support/csp.php
test/data/testinit.js
test/unit/ajax.js
test/unit/core.js
test/unit/css.js
test/unit/data.js
test/unit/dimensions.js
test/unit/event.js
test/unit/manipulation.js
test/unit/offset.js
test/unit/selector.js
test/unit/support.js