mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Tests: fix support tests in ie9
This commit is contained in:
parent
77f9b1e803
commit
729c75f4ff
@ -206,17 +206,17 @@ testIframeWithCallback(
|
|||||||
"appendChecked": true,
|
"appendChecked": true,
|
||||||
"attributes": true,
|
"attributes": true,
|
||||||
"boxSizing": true,
|
"boxSizing": true,
|
||||||
"boxSizingReliable": true,
|
"boxSizingReliable": false,
|
||||||
"change": true,
|
"change": true,
|
||||||
"checkClone": true,
|
"checkClone": true,
|
||||||
"checkOn": true,
|
"checkOn": true,
|
||||||
"clearCloneStyle": false,
|
"clearCloneStyle": false,
|
||||||
"cors": true,
|
"cors": false,
|
||||||
"createHTMLDocument": true,
|
"createHTMLDocument": true,
|
||||||
"cssFloat": true,
|
"cssFloat": true,
|
||||||
"deleteExpando": true,
|
"deleteExpando": true,
|
||||||
"enctype": true,
|
"enctype": true,
|
||||||
"focusin": false,
|
"focusin": true,
|
||||||
"getSetAttribute": true,
|
"getSetAttribute": true,
|
||||||
"hrefNormalized": true,
|
"hrefNormalized": true,
|
||||||
"html5Clone": true,
|
"html5Clone": true,
|
||||||
@ -224,7 +224,7 @@ testIframeWithCallback(
|
|||||||
"inlineBlockNeedsLayout": false,
|
"inlineBlockNeedsLayout": false,
|
||||||
"input": true,
|
"input": true,
|
||||||
"leadingWhitespace": true,
|
"leadingWhitespace": true,
|
||||||
"noCloneChecked": true,
|
"noCloneChecked": false,
|
||||||
"noCloneEvent": true,
|
"noCloneEvent": true,
|
||||||
"opacity": true,
|
"opacity": true,
|
||||||
"optDisabled": true,
|
"optDisabled": true,
|
||||||
@ -232,7 +232,7 @@ testIframeWithCallback(
|
|||||||
"ownFirst": true,
|
"ownFirst": true,
|
||||||
"pixelMarginRight": true,
|
"pixelMarginRight": true,
|
||||||
"pixelPosition": true,
|
"pixelPosition": true,
|
||||||
"radioValue": true,
|
"radioValue": false,
|
||||||
"reliableHiddenOffsets": true,
|
"reliableHiddenOffsets": true,
|
||||||
"reliableMarginRight": true,
|
"reliableMarginRight": true,
|
||||||
"reliableMarginLeft": true,
|
"reliableMarginLeft": true,
|
||||||
|
Loading…
Reference in New Issue
Block a user