mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
parent
f2ca8f92f0
commit
739f9b3f63
@ -4,20 +4,8 @@
|
||||
<meta charset="utf-8">
|
||||
<title>jQuery UI Position Test Suite</title>
|
||||
|
||||
<script src="../../jquery.js"></script>
|
||||
<link rel="stylesheet" href="../../../external/qunit/qunit.css">
|
||||
<script src="../../../external/qunit/qunit.js"></script>
|
||||
<script src="../../../external/jquery-simulate/jquery.simulate.js"></script>
|
||||
<script src="../testsuite.js"></script>
|
||||
<script>
|
||||
TestHelpers.loadResources({
|
||||
js: [ "ui/position.js" ]
|
||||
});
|
||||
</script>
|
||||
|
||||
<script src="position_core.js"></script>
|
||||
|
||||
<script src="../swarminject.js"></script>
|
||||
<script src="../../lib/css.js"></script>
|
||||
<script src="../../lib/bootstrap.js" data-modules="position_core"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="qunit" style="position:relative; z-index:2;"></div>
|
||||
|
@ -1,4 +1,8 @@
|
||||
(function( $ ) {
|
||||
define( [
|
||||
"jquery",
|
||||
"lib/common",
|
||||
"ui/position"
|
||||
], function( $, common ) {
|
||||
|
||||
var win = $( window ),
|
||||
scrollTopSupport = function() {
|
||||
@ -16,7 +20,7 @@ module( "position", {
|
||||
}
|
||||
});
|
||||
|
||||
TestHelpers.testJshint( "position" );
|
||||
common.testJshint( "position" );
|
||||
|
||||
test( "my, at, of", function() {
|
||||
expect( 4 );
|
||||
@ -763,4 +767,4 @@ test( "bug #8710: flip if flipped position fits more", function() {
|
||||
}, "no flip - top fits less" );
|
||||
});
|
||||
|
||||
}( jQuery ) );
|
||||
} );
|
||||
|
Loading…
Reference in New Issue
Block a user