2016-03-31 20:11:46 +03:00
|
|
|
diff --git a/test/diffs/jquery.A.js b/test/diffs/jquery.B.js
|
|
|
|
index .. 100644
|
|
|
|
--- a/test/diffs/jquery.A.js
|
|
|
|
+++ b/test/diffs/jquery.B.js
|
2016-04-27 17:33:08 +03:00
|
|
|
@@ -3,7 +3,7 @@
|
|
|
|
// We have to close these tags to support XHTML (#13200)
|
|
|
|
var wrapMap = {
|
|
|
|
|
|
|
|
- // Support: IE9
|
|
|
|
+ // Support: IE <=9 only
|
|
|
|
option: [ 1, "<select multiple='multiple'>", "</select>" ],
|
2016-03-31 20:11:46 +03:00
|
|
|
|
2016-04-27 17:33:08 +03:00
|
|
|
// XHTML parsers do not magically insert elements in the
|
|
|
|
@@ -17,7 +17,7 @@
|
2016-03-31 20:11:46 +03:00
|
|
|
_default: [ 0, "", "" ]
|
|
|
|
};
|
|
|
|
|
|
|
|
- // Support: IE9
|
|
|
|
+ // Support: IE <=9 only
|
|
|
|
wrapMap.optgroup = wrapMap.option;
|
|
|
|
|
|
|
|
wrapMap.tbody = wrapMap.tfoot = wrapMap.colgroup = wrapMap.caption = wrapMap.thead;
|