From 86569d8ebceec4b4c173d5fd635b968796f0361b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Scott=20Gonz=C3=A1lez?= Date: Tue, 15 May 2012 10:07:05 -0400 Subject: [PATCH] Visual tests: Renamed files. --- tests/visual/accordion/{accordion.html => icons.html} | 0 tests/visual/addClass/{addClass_queue.html => queue.html} | 2 +- .../{dialog_on_page_with_large_dom.html => large_dom.html} | 6 ++++-- 3 files changed, 5 insertions(+), 3 deletions(-) rename tests/visual/accordion/{accordion.html => icons.html} (100%) rename tests/visual/addClass/{addClass_queue.html => queue.html} (90%) rename tests/visual/dialog/{dialog_on_page_with_large_dom.html => large_dom.html} (92%) diff --git a/tests/visual/accordion/accordion.html b/tests/visual/accordion/icons.html similarity index 100% rename from tests/visual/accordion/accordion.html rename to tests/visual/accordion/icons.html diff --git a/tests/visual/addClass/addClass_queue.html b/tests/visual/addClass/queue.html similarity index 90% rename from tests/visual/addClass/addClass_queue.html rename to tests/visual/addClass/queue.html index 616f2c7f955..21f4cc1cbe8 100644 --- a/tests/visual/addClass/addClass_queue.html +++ b/tests/visual/addClass/queue.html @@ -43,7 +43,7 @@

WHAT: The two boxes animate from black to red to green to blue.

-

The first box should start with a delay, the second box should start immediately.

+

EXPECTED: The first box should start with a delay, the second box should start immediately.

diff --git a/tests/visual/dialog/dialog_on_page_with_large_dom.html b/tests/visual/dialog/large_dom.html similarity index 92% rename from tests/visual/dialog/dialog_on_page_with_large_dom.html rename to tests/visual/dialog/large_dom.html index d807b3e3fe8..e84f4b328fe 100644 --- a/tests/visual/dialog/dialog_on_page_with_large_dom.html +++ b/tests/visual/dialog/large_dom.html @@ -3,7 +3,6 @@ Dialog Visual Test - Modal Dialog in Large DOM - @@ -37,6 +36,9 @@ +

WHAT: A single dialog is created on a page with a large DOM.

+

EXPECTED: Creating and opening the dialog should be fast, regardless of page size.

+

Dialog Content

@@ -51,7 +53,7 @@
-

This is a large DOM

.
+

This is a large DOM.