aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/support.js
diff options
context:
space:
mode:
authorMichał Gołębiowski <m.goleb@gmail.com>2016-03-02 12:28:00 +0100
committerMichał Gołębiowski <m.goleb@gmail.com>2016-03-02 12:34:06 +0100
commit6403cf614fc2db42517005e80eef7bc5b2223d01 (patch)
treeb583c7618d069829f79c6720aeab72846316dbfc /test/unit/support.js
parented943872478a95403e20647b26c678bd153986ab (diff)
downloadjquery-6403cf614fc2db42517005e80eef7bc5b2223d01.tar.gz
jquery-6403cf614fc2db42517005e80eef7bc5b2223d01.zip
Core: drop the document.implementation.createHTMLDocument usage
The document.implementation.createHTMLDocument("") method creates inert documents which is good but using it has introduced issues around anchor elements href property not resolving according to the current document. Because of that, this patch is getting backed out on 1.x/2.x branches. (cherry-picked from c5c30735311c74c60689fcabdcf2cb192524000e) Refs cfe468f29c4cbe1a457d0feb17dec90dcfd7c280 Refs gh-1505 Fixes gh-2941
Diffstat (limited to 'test/unit/support.js')
-rw-r--r--test/unit/support.js19
1 files changed, 0 insertions, 19 deletions
diff --git a/test/unit/support.js b/test/unit/support.js
index 49c32318d..46f487115 100644
--- a/test/unit/support.js
+++ b/test/unit/support.js
@@ -105,7 +105,6 @@ testIframeWithCallback(
"checkOn": true,
"clearCloneStyle": version >= 13,
"cors": true,
- "createHTMLDocument": true,
"cssFloat": true,
"deleteExpando": true,
"enctype": true,
@@ -146,7 +145,6 @@ testIframeWithCallback(
"checkOn": true,
"clearCloneStyle": true,
"cors": true,
- "createHTMLDocument": true,
"cssFloat": true,
"deleteExpando": true,
"enctype": true,
@@ -187,7 +185,6 @@ testIframeWithCallback(
"checkOn": true,
"clearCloneStyle": false,
"cors": true,
- "createHTMLDocument": true,
"cssFloat": true,
"deleteExpando": true,
"enctype": true,
@@ -228,7 +225,6 @@ testIframeWithCallback(
"checkOn": true,
"clearCloneStyle": false,
"cors": false,
- "createHTMLDocument": true,
"cssFloat": true,
"deleteExpando": true,
"enctype": true,
@@ -269,7 +265,6 @@ testIframeWithCallback(
"checkOn": true,
"clearCloneStyle": true,
"cors": false,
- "createHTMLDocument": false,
"cssFloat": false,
"deleteExpando": false,
"enctype": true,
@@ -310,7 +305,6 @@ testIframeWithCallback(
"checkOn": true,
"clearCloneStyle": true,
"cors": false,
- "createHTMLDocument": false,
"cssFloat": false,
"deleteExpando": false,
"enctype": true,
@@ -351,7 +345,6 @@ testIframeWithCallback(
"checkOn": true,
"clearCloneStyle": true,
"cors": false,
- "createHTMLDocument": false,
"cssFloat": false,
"deleteExpando": false,
"enctype": true,
@@ -395,7 +388,6 @@ testIframeWithCallback(
"checkOn": true,
"clearCloneStyle": true,
"cors": true,
- "createHTMLDocument": true,
"cssFloat": true,
"deleteExpando": true,
"enctype": true,
@@ -436,7 +428,6 @@ testIframeWithCallback(
"checkOn": true,
"clearCloneStyle": true,
"cors": true,
- "createHTMLDocument": true,
"cssFloat": true,
"deleteExpando": true,
"enctype": true,
@@ -477,7 +468,6 @@ testIframeWithCallback(
"checkOn": true,
"clearCloneStyle": true,
"cors": true,
- "createHTMLDocument": false,
"cssFloat": true,
"deleteExpando": true,
"enctype": true,
@@ -518,7 +508,6 @@ testIframeWithCallback(
"checkOn": false,
"clearCloneStyle": true,
"cors": true,
- "createHTMLDocument": true,
"cssFloat": true,
"deleteExpando": true,
"enctype": true,
@@ -559,7 +548,6 @@ testIframeWithCallback(
"checkOn": true,
"clearCloneStyle": true,
"cors": true,
- "createHTMLDocument": true,
"cssFloat": true,
"deleteExpando": true,
"enctype": true,
@@ -600,7 +588,6 @@ testIframeWithCallback(
"checkOn": true,
"clearCloneStyle": true,
"cors": true,
- "createHTMLDocument": true,
"cssFloat": true,
"deleteExpando": true,
"enctype": true,
@@ -641,7 +628,6 @@ testIframeWithCallback(
"checkOn": true,
"clearCloneStyle": true,
"cors": true,
- "createHTMLDocument": true,
"cssFloat": true,
"deleteExpando": true,
"enctype": true,
@@ -682,7 +668,6 @@ testIframeWithCallback(
"checkOn": true,
"clearCloneStyle": true,
"cors": true,
- "createHTMLDocument": false,
"cssFloat": true,
"deleteExpando": true,
"enctype": true,
@@ -723,7 +708,6 @@ testIframeWithCallback(
"checkOn": true,
"clearCloneStyle": true,
"cors": true,
- "createHTMLDocument": true,
"cssFloat": true,
"deleteExpando": true,
"enctype": true,
@@ -764,7 +748,6 @@ testIframeWithCallback(
"checkOn": true,
"clearCloneStyle": true,
"cors": true,
- "createHTMLDocument": true,
"cssFloat": true,
"deleteExpando": true,
"enctype": true,
@@ -805,7 +788,6 @@ testIframeWithCallback(
"checkOn": false,
"clearCloneStyle": true,
"cors": true,
- "createHTMLDocument": true,
"cssFloat": true,
"deleteExpando": true,
"enctype": true,
@@ -846,7 +828,6 @@ testIframeWithCallback(
"checkOn": false,
"clearCloneStyle": false,
"cors": true,
- "createHTMLDocument": true,
"cssFloat": true,
"deleteExpando": true,
"enctype": true,