aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichał Gołębiowski <m.goleb@gmail.com>2014-01-27 21:26:06 +0100
committerMichał Gołębiowski <m.goleb@gmail.com>2014-01-27 21:26:06 +0100
commit3c6cf3d62d00aeaa1bd6c1fd492bddd56b35d033 (patch)
treeb01fb905ae78ea376ad55217a4f691d27e023661
parente46cabc6c2e4078cfc98124a7e7a1708939c13a1 (diff)
downloadjquery-3c6cf3d62d00aeaa1bd6c1fd492bddd56b35d033.tar.gz
jquery-3c6cf3d62d00aeaa1bd6c1fd492bddd56b35d033.zip
Support: Add iOS6 support tests results
-rw-r--r--test/unit/support.js37
1 files changed, 37 insertions, 0 deletions
diff --git a/test/unit/support.js b/test/unit/support.js
index 1b95fef21..f74bee5a6 100644
--- a/test/unit/support.js
+++ b/test/unit/support.js
@@ -526,6 +526,43 @@ testIframeWithCallback( "Check CSP (https://developer.mozilla.org/en-US/docs/Sec
"submitBubbles": true,
"tbody": true
};
+ } else if ( /iphone os 6_0/i.test( userAgent ) ) {
+ expected = {
+ "ajax": true,
+ "appendChecked": true,
+ "boxSizing": true,
+ "boxSizingReliable": true,
+ "changeBubbles": true,
+ "checkClone": true,
+ "checkOn": true,
+ "clearCloneStyle": true,
+ "cors": true,
+ "cssFloat": true,
+ "deleteExpando": true,
+ "enctype": true,
+ "focusinBubbles": false,
+ "getSetAttribute": true,
+ "hrefNormalized": true,
+ "html5Clone": true,
+ "htmlSerialize": true,
+ "inlineBlockNeedsLayout": false,
+ "input": true,
+ "leadingWhitespace": true,
+ "noCloneChecked": true,
+ "noCloneEvent": true,
+ "opacity": true,
+ "optDisabled": true,
+ "optSelected": true,
+ "ownLast": false,
+ "pixelPosition": false,
+ "radioValue": true,
+ "reliableHiddenOffsets": true,
+ "reliableMarginRight": true,
+ "shrinkWrapBlocks": false,
+ "style": true,
+ "submitBubbles": true,
+ "tbody": true
+ };
}
if ( expected ) {