addClass visual test: Added description of test.

This commit is contained in:
Scott González 2012-05-08 17:59:58 -04:00
parent 4253c78a46
commit eaec319df3

View 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>