diff options
author | Michał Gołębiowski-Owczarek <m.goleb@gmail.com> | 2019-05-13 21:39:56 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-13 21:39:56 +0200 |
commit | 3527a3840585e6a359cd712591c9c57398357b9b (patch) | |
tree | 41446f392d9a8984e31297df3252d1b538f4191e /test/data/nomodule.js | |
parent | ccbd6b93424cbdbf86f07a86c2e55cbab497d7a3 (diff) | |
download | jquery-3527a3840585e6a359cd712591c9c57398357b9b.tar.gz jquery-3527a3840585e6a359cd712591c9c57398357b9b.zip |
Core: Remove IE-specific support tests, rely on document.documentMode
Also, update some tests to IE-sniff when deciding whether
to skip a test.
Fixes gh-4386
Closes gh-4387
Diffstat (limited to 'test/data/nomodule.js')
-rw-r--r-- | test/data/nomodule.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/data/nomodule.js b/test/data/nomodule.js index 155143ab8..804c07a22 100644 --- a/test/data/nomodule.js +++ b/test/data/nomodule.js @@ -1 +1 @@ -QUnit.assert.ok( !QUnit.moduleTypeSupported, "evaluated: nomodule script with src" ); +QUnit.assert.ok( QUnit.isIE, "evaluated: nomodule script with src" ); |