mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
dialog visual tests: Added new test 'Dialog on page with scrollbars'
This commit is contained in:
parent
669bdb333a
commit
9439da64d7
25
tests/visual/dialog/dialog_on_page_with_scrollbars.html
Normal file
25
tests/visual/dialog/dialog_on_page_with_scrollbars.html
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
<!doctype html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<title>Dialog Visual Test : Dialog on page with scrollbars</title>
|
||||||
|
<link rel="stylesheet" href="../visual.css" type="text/css" />
|
||||||
|
<link rel="stylesheet" href="../../../themes/base/ui.all.css" type="text/css">
|
||||||
|
<script type="text/javascript" src="../../../jquery-1.3.1.js"></script>
|
||||||
|
<script type="text/javascript" src="../../../ui/ui.core.js"></script>
|
||||||
|
<script type="text/javascript" src="../../../ui/ui.dialog.js"></script>
|
||||||
|
<script type="text/javascript" src="../../../ui/ui.draggable.js"></script>
|
||||||
|
<script type="text/javascript" src="../../../ui/ui.resizable.js"></script>
|
||||||
|
<script type="text/javascript">
|
||||||
|
$(function() {
|
||||||
|
$("#dialog").dialog();
|
||||||
|
});
|
||||||
|
</script>
|
||||||
|
</head>
|
||||||
|
<body style="height:2000px;">
|
||||||
|
|
||||||
|
<div id="dialog" title="Dialog Title">
|
||||||
|
<p> Dialog Content </p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
Loading…
Reference in New Issue
Block a user