diff options
author | Richard Gibson <richard.gibson@gmail.com> | 2017-07-20 13:16:04 -0400 |
---|---|---|
committer | Richard Gibson <richard.gibson@gmail.com> | 2017-07-20 13:16:04 -0400 |
commit | deba37e53d27f084cc918e42600f36b49cee57fd (patch) | |
tree | ceae380fdd1b9d3e17e9c1a06666c08d1496367e /test/index.html | |
parent | 928c580a1a5fb328604ee94e33f440a326754ae1 (diff) | |
download | jquery-deba37e53d27f084cc918e42600f36b49cee57fd.tar.gz jquery-deba37e53d27f084cc918e42600f36b49cee57fd.zip |
Tests: Simulate events when CI hinders use of native ones
Ref gh-3732
Diffstat (limited to 'test/index.html')
-rw-r--r-- | test/index.html | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/test/index.html b/test/index.html index 1e6343dad..bf117b858 100644 --- a/test/index.html +++ b/test/index.html @@ -43,11 +43,6 @@ <!-- this iframe is outside the #qunit-fixture so it won't waste time by constantly reloading; the tests are "safe" and clean up after themselves --> <iframe id="loadediframe" name="loadediframe" style="display:none;" src="data/iframe.html"></iframe> <dl id="dl" style="position:absolute;top:-32767px;left:-32767px;width:1px;"> - <div id="donor-outer"> - <form id="donor-form"> - <input id="donor-input" type="radio" /> - </form> - </div> <div id="qunit-fixture"> <p id="firstp">See <a id="simon1" href="http://simon.incutio.com/archive/2003/03/25/#getElementsBySelector" rel="bookmark">this blog entry</a> for more information.</p> <p id="ap"> |