aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2012-05-08 17:59:58 -0400
committerScott González <scott.gonzalez@gmail.com>2012-05-08 17:59:58 -0400
commiteaec319df315cfa80f3e36a9462691636ed540f2 (patch)
tree453bc4c7a8c9668c1c07eff9a4bb642927253968 /tests
parent4253c78a46380d50d2fb5baf00fd2c5930677267 (diff)
downloadjquery-ui-eaec319df315cfa80f3e36a9462691636ed540f2.tar.gz
jquery-ui-eaec319df315cfa80f3e36a9462691636ed540f2.zip
addClass visual test: Added description of test.
Diffstat (limited to 'tests')
-rw-r--r--tests/visual/addClass/addClass_queue.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/visual/addClass/addClass_queue.html b/tests/visual/addClass/addClass_queue.html
index 9cc2ec4fc..616f2c7f9 100644
--- a/tests/visual/addClass/addClass_queue.html
+++ b/tests/visual/addClass/addClass_queue.html
@@ -1,9 +1,8 @@
-<!DOCTYPE html>
+<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>addClass Visual Test : Queue</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="../../../ui/jquery.effects.core.js"></script>
@@ -43,6 +42,9 @@
</head>
<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>
+
<div id="box1" class="box"></div>
<div id="box2" class="box"></div>