mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Visual tests: Renamed files.
This commit is contained in:
parent
1b19121189
commit
86569d8ebc
@ -43,7 +43,7 @@
|
||||
<body>
|
||||
|
||||
<p>WHAT: The two boxes animate from black to red to green to blue.</p>
|
||||
<p>The first box should start with a delay, the second box should start immediately.</p>
|
||||
<p>EXPECTED: The first box should start with a delay, the second box should start immediately.</p>
|
||||
|
||||
<div id="box1" class="box"></div>
|
||||
<div id="box2" class="box"></div>
|
@ -3,7 +3,6 @@
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Dialog Visual Test - Modal Dialog in Large DOM</title>
|
||||
<link rel="stylesheet" href="../visual.css">
|
||||
<link rel="stylesheet" href="../../../themes/base/jquery.ui.all.css">
|
||||
<script src="../../../jquery-1.7.2.js"></script>
|
||||
<script src="../../../external/jquery.bgiframe-2.1.2.js"></script>
|
||||
@ -37,6 +36,9 @@
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<p>WHAT: A single dialog is created on a page with a large DOM.</p>
|
||||
<p>EXPECTED: Creating and opening the dialog should be fast, regardless of page size.</p>
|
||||
|
||||
<button id="opener">open dialog</button>
|
||||
<div id="dialog" title="Dialog Title">
|
||||
<p> Dialog Content </p>
|
||||
@ -51,7 +53,7 @@
|
||||
<div><div><div><div><div><div><div><div><div><div>
|
||||
<div><div><div><div><div><div><div><div><div><div>
|
||||
<div><div><div><div><div><div><div><div><div><div>
|
||||
<div><p>This <span>is</span> <span>a</span> <strong>large</strong> <abbr>DOM</abbr></p>.</div>
|
||||
<div><p>This <span>is</span> <span>a</span> <strong>large</strong> <abbr>DOM</abbr>.</p></div>
|
||||
<input>
|
||||
<select>
|
||||
<option>option 1</option>
|
Loading…
Reference in New Issue
Block a user