Skip to content

Commit 86569d8

Browse files
committed
Visual tests: Renamed files.
1 parent 1b19121 commit 86569d8

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

tests/visual/addClass/addClass_queue.html renamed to tests/visual/addClass/queue.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<body>
4444

4545
<p>WHAT: The two boxes animate from black to red to green to blue.</p>
46-
<p>The first box should start with a delay, the second box should start immediately.</p>
46+
<p>EXPECTED: The first box should start with a delay, the second box should start immediately.</p>
4747

4848
<div id="box1" class="box"></div>
4949
<div id="box2" class="box"></div>

tests/visual/dialog/dialog_on_page_with_large_dom.html renamed to tests/visual/dialog/large_dom.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
<head>
44
<meta charset="utf-8">
55
<title>Dialog Visual Test - Modal Dialog in Large DOM</title>
6-
<link rel="stylesheet" href="../visual.css">
76
<link rel="stylesheet" href="../../../themes/base/jquery.ui.all.css">
87
<script src="../../../jquery-1.7.2.js"></script>
98
<script src="../../../external/jquery.bgiframe-2.1.2.js"></script>
@@ -37,6 +36,9 @@
3736
</head>
3837
<body>
3938

39+
<p>WHAT: A single dialog is created on a page with a large DOM.</p>
40+
<p>EXPECTED: Creating and opening the dialog should be fast, regardless of page size.</p>
41+
4042
<button id="opener">open dialog</button>
4143
<div id="dialog" title="Dialog Title">
4244
<p> Dialog Content </p>
@@ -51,7 +53,7 @@
5153
<div><div><div><div><div><div><div><div><div><div>
5254
<div><div><div><div><div><div><div><div><div><div>
5355
<div><div><div><div><div><div><div><div><div><div>
54-
<div><p>This <span>is</span> <span>a</span> <strong>large</strong> <abbr>DOM</abbr></p>.</div>
56+
<div><p>This <span>is</span> <span>a</span> <strong>large</strong> <abbr>DOM</abbr>.</p></div>
5557
<input>
5658
<select>
5759
<option>option 1</option>

0 commit comments

Comments
 (0)