Skip to content

Commit eaec319

Browse files
committed
addClass visual test: Added description of test.
1 parent 4253c78 commit eaec319

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tests/visual/addClass/addClass_queue.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
<!DOCTYPE html>
1+
<!doctype html>
22
<html lang="en">
33
<head>
44
<meta charset="utf-8">
55
<title>addClass Visual Test : Queue</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="../../../ui/jquery.effects.core.js"></script>
@@ -43,6 +42,9 @@
4342
</head>
4443
<body>
4544

45+
<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>
47+
4648
<div id="box1" class="box"></div>
4749
<div id="box2" class="box"></div>
4850

0 commit comments

Comments
 (0)