From cd4e6c62cf2eb9e93a505121bfc9e48bd01f7408 Mon Sep 17 00:00:00 2001 From: Carson Gross Date: Sun, 24 Mar 2024 14:39:19 -0600 Subject: [PATCH] clean up bad IE references --- test/core/ajax.js | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/test/core/ajax.js b/test/core/ajax.js index 3d2382bd..1b883796 100644 --- a/test/core/ajax.js +++ b/test/core/ajax.js @@ -1157,11 +1157,6 @@ describe('Core htmx AJAX Tests', function() { }) it('properly handles inputs external to form', function() { - if (!supportsFormAttribute()) { - this._runnable.title += " - Skipped as IE11 doesn't support form attribute" - this.skip() - return - } var values this.server.respondWith('Post', '/test', function(xhr) { values = getParameters(xhr) @@ -1212,11 +1207,6 @@ describe('Core htmx AJAX Tests', function() { }) it('can associate submit buttons from outside a form with the current version of the form after swap', function() { - if (!supportsFormAttribute()) { - this._runnable.title += " - Skipped as IE11 doesn't support form attribute" - this.skip() - return - } const template = '