diff options
author | Scott González <scott.gonzalez@gmail.com> | 2012-05-15 10:07:05 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2012-05-15 10:07:05 -0400 |
commit | 86569d8ebceec4b4c173d5fd635b968796f0361b (patch) | |
tree | e9a030048da248fbe1251663816944d2d98a0319 | |
parent | 1b19121189356879ca39a19ba241a04ff4786b62 (diff) | |
download | jquery-ui-86569d8ebceec4b4c173d5fd635b968796f0361b.tar.gz jquery-ui-86569d8ebceec4b4c173d5fd635b968796f0361b.zip |
Visual tests: Renamed files.
-rw-r--r-- | tests/visual/accordion/icons.html (renamed from tests/visual/accordion/accordion.html) | 0 | ||||
-rw-r--r-- | tests/visual/addClass/queue.html (renamed from tests/visual/addClass/addClass_queue.html) | 2 | ||||
-rw-r--r-- | tests/visual/dialog/large_dom.html (renamed from tests/visual/dialog/dialog_on_page_with_large_dom.html) | 6 |
3 files changed, 5 insertions, 3 deletions
diff --git a/tests/visual/accordion/accordion.html b/tests/visual/accordion/icons.html index a9cf1d129..a9cf1d129 100644 --- a/tests/visual/accordion/accordion.html +++ b/tests/visual/accordion/icons.html diff --git a/tests/visual/addClass/addClass_queue.html b/tests/visual/addClass/queue.html index 616f2c7f9..21f4cc1cb 100644 --- a/tests/visual/addClass/addClass_queue.html +++ b/tests/visual/addClass/queue.html @@ -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> diff --git a/tests/visual/dialog/dialog_on_page_with_large_dom.html b/tests/visual/dialog/large_dom.html index d807b3e3f..e84f4b328 100644 --- a/tests/visual/dialog/dialog_on_page_with_large_dom.html +++ b/tests/visual/dialog/large_dom.html @@ -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> @@ -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> @@ -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> |