Merge "Remove some ancient upgrade information from release notes"
[lhc/web/wiklou.git] / tests / qunit / suites / resources / jquery / jquery.placeholder.test.js
1 ( function ( $ ) {
2 QUnit.module( 'jquery.placeholder', QUnit.newMwEnvironment() );
3
4 QUnit.test( 'caches results of feature tests', function ( assert ) {
5 assert.strictEqual( typeof $.fn.placeholder.input, 'boolean', '$.fn.placeholder.input' );
6 assert.strictEqual( typeof $.fn.placeholder.textarea, 'boolean', '$.fn.placeholder.textarea' );
7 } );
8 }( jQuery ) );