]> source.dussan.org Git - jquery-ui.git/commitdiff
addClass visual test: Added description of test.
authorScott González <scott.gonzalez@gmail.com>
Tue, 8 May 2012 21:59:58 +0000 (17:59 -0400)
committerScott González <scott.gonzalez@gmail.com>
Tue, 8 May 2012 21:59:58 +0000 (17:59 -0400)
tests/visual/addClass/addClass_queue.html

index 9cc2ec4fcbd77ec0b32804530fba10273c815ee9..616f2c7f9556752c7e54eb934e8a92b176547a70 100644 (file)
@@ -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>