jquery/test/unit
Oleg Gaidarenko 62a333e064 Offset: fix iframe scrollTop/Left test for IE8 and iPhone
* IE8 need a doctype, otherwise IE will scroll it, but will
  still show old values. It wasn't noticable before, since IE8 will
  update values if in the dev tools you swtich to "Quirks mode"
  and then back again, then this tab will always show the correct values
  even if you update it

* iPhone resize the iframe by its content regardless of
  the width, height values, meaning it's not possible to scroll
  the iframe only its parent element

Ref ae30fb6c27
2014-12-25 00:55:15 +03:00
..
ajax.js Ajax: use anchor tag for parsing urls 2014-12-11 15:47:23 -05:00
attributes.js Attributes: Simplify the option val hook; backport a test from master 2014-12-08 22:51:55 +01:00
callbacks.js Callbacks: Disabling a callback should prevent firing 2014-12-07 21:00:45 -05:00
core.js Build: fix tests in AMD mode 2014-12-10 10:18:59 -05:00
css.js CSS: simplify hack of css getter for the computed values 2014-12-24 02:46:09 +03:00
data.js Data: use removeAttribute in cleanData to bypass Chrome bug 2014-12-10 11:47:54 -05:00
deferred.js No ticket: add assertions for jQuery.when( array ). Close gh-1312. (cherry-picked from 584a4af9c8) 2013-08-19 18:26:57 +02:00
deprecated.js Deprecated: Drop size and andSelf methods 2014-10-30 14:09:34 +01:00
dimensions.js Misc: Drop support for older browsers; update support comments 2014-12-08 21:12:33 +01:00
effects.js Misc: Drop support for older browsers; update support comments 2014-12-08 21:12:33 +01:00
event.js Event: Empty namespaces should be uneventfully ignored 2014-12-09 20:10:56 -05:00
exports.js Landing pull request 586. Create exports.js for exporting jQuery to window and AMD. Fixes #10687. 2011-11-14 12:13:25 -05:00
manipulation.js Misc: Drop support for older browsers; update support comments 2014-12-08 21:12:33 +01:00
offset.js Offset: fix iframe scrollTop/Left test for IE8 and iPhone 2014-12-25 00:55:15 +03:00
queue.js Further spacing & code style corrections. 2013-04-15 19:34:45 +02:00
ready.js Pass all tests (and load Sizzle fixture correctly) when loading with AMD 2013-08-29 16:25:44 -04:00
selector.js Misc: Drop support for older browsers; update support comments 2014-12-08 21:12:33 +01:00
serialize.js Misc: Drop support for older browsers; update support comments 2014-12-08 21:12:33 +01:00
support.js README: various text fixes 2014-12-15 16:09:49 +03:00
traversing.js Test: Switch leftover andSelf to addBack 2014-10-30 14:19:03 +01:00
wrap.js Manipulation: make wrapAll funarg execute only once 2014-12-24 01:58:39 +03:00