Skip to content

Commit 729c75f

Browse files
committed
Tests: fix support tests in ie9
1 parent 77f9b1e commit 729c75f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

test/unit/support.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -206,33 +206,33 @@ testIframeWithCallback(
206206
"appendChecked": true,
207207
"attributes": true,
208208
"boxSizing": true,
209-
"boxSizingReliable": true,
209+
"boxSizingReliable": false,
210210
"change": true,
211211
"checkClone": true,
212212
"checkOn": true,
213213
"clearCloneStyle": false,
214-
"cors": true,
214+
"cors": false,
215215
"createHTMLDocument": true,
216216
"cssFloat": true,
217217
"deleteExpando": true,
218218
"enctype": true,
219-
"focusin": false,
219+
"focusin": true,
220220
"getSetAttribute": true,
221221
"hrefNormalized": true,
222222
"html5Clone": true,
223223
"htmlSerialize": true,
224224
"inlineBlockNeedsLayout": false,
225225
"input": true,
226226
"leadingWhitespace": true,
227-
"noCloneChecked": true,
227+
"noCloneChecked": false,
228228
"noCloneEvent": true,
229229
"opacity": true,
230230
"optDisabled": true,
231231
"optSelected": false,
232232
"ownFirst": true,
233233
"pixelMarginRight": true,
234234
"pixelPosition": true,
235-
"radioValue": true,
235+
"radioValue": false,
236236
"reliableHiddenOffsets": true,
237237
"reliableMarginRight": true,
238238
"reliableMarginLeft": true,

0 commit comments

Comments
 (0)