Skip to content

Commit

Permalink
Visual tests: Renamed files.
Browse files Browse the repository at this point in the history
  • Loading branch information
scottgonzalez committed May 15, 2012
1 parent 1b19121 commit 86569d8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
File renamed without changes.
Expand Up @@ -43,7 +43,7 @@
<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>
<p>EXPECTED: 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>
Expand Down
Expand Up @@ -3,7 +3,6 @@
<head>
<meta charset="utf-8">
<title>Dialog Visual Test - Modal Dialog in Large DOM</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="../../../external/jquery.bgiframe-2.1.2.js"></script>
Expand Down Expand Up @@ -37,6 +36,9 @@
</head>
<body>

<p>WHAT: A single dialog is created on a page with a large DOM.</p>
<p>EXPECTED: Creating and opening the dialog should be fast, regardless of page size.</p>

<button id="opener">open dialog</button>
<div id="dialog" title="Dialog Title">
<p> Dialog Content </p>
Expand All @@ -51,7 +53,7 @@
<div><div><div><div><div><div><div><div><div><div>
<div><div><div><div><div><div><div><div><div><div>
<div><div><div><div><div><div><div><div><div><div>
<div><p>This <span>is</span> <span>a</span> <strong>large</strong> <abbr>DOM</abbr></p>.</div>
<div><p>This <span>is</span> <span>a</span> <strong>large</strong> <abbr>DOM</abbr>.</p></div>
<input>
<select>
<option>option 1</option>
Expand Down

0 comments on commit 86569d8

Please sign in to comment.