From 86569d8ebceec4b4c173d5fd635b968796f0361b Mon Sep 17 00:00:00 2001 From: Scott González Date: Tue, 15 May 2012 10:07:05 -0400 Subject: Visual tests: Renamed files. --- tests/visual/accordion/accordion.html | 95 ---------------------- tests/visual/accordion/icons.html | 95 ++++++++++++++++++++++ tests/visual/addClass/addClass_queue.html | 52 ------------ tests/visual/addClass/queue.html | 52 ++++++++++++ .../dialog/dialog_on_page_with_large_dom.html | 71 ---------------- tests/visual/dialog/large_dom.html | 73 +++++++++++++++++ 6 files changed, 220 insertions(+), 218 deletions(-) delete mode 100644 tests/visual/accordion/accordion.html create mode 100644 tests/visual/accordion/icons.html delete mode 100644 tests/visual/addClass/addClass_queue.html create mode 100644 tests/visual/addClass/queue.html delete mode 100644 tests/visual/dialog/dialog_on_page_with_large_dom.html create mode 100644 tests/visual/dialog/large_dom.html diff --git a/tests/visual/accordion/accordion.html b/tests/visual/accordion/accordion.html deleted file mode 100644 index a9cf1d129..000000000 --- a/tests/visual/accordion/accordion.html +++ /dev/null @@ -1,95 +0,0 @@ - - - - - Accordion Visual Test - - - - - - - - - -

WHAT: The following set of nested accordions alternate between icons and no icons.

-

EXPECTED: The padding on the headers should correctly account for the icon settings.

- -
-
Icons
-
-
-
No Icons
-
-
-
Icons
-
-
-
No Icons
-
-
-
Icons
-
-
-
No Icons
-
-
-
-
-
-
-
-
-
-
-
-
- -
-
No Icons
-
-
-
Icons
-
-
-
No Icons
-
-
-
Icons
-
-
-
No Icons
-
-
-
Icons
-
-
-
-
-
-
-
-
-
-
-
-
- - - diff --git a/tests/visual/accordion/icons.html b/tests/visual/accordion/icons.html new file mode 100644 index 000000000..a9cf1d129 --- /dev/null +++ b/tests/visual/accordion/icons.html @@ -0,0 +1,95 @@ + + + + + Accordion Visual Test + + + + + + + + + +

WHAT: The following set of nested accordions alternate between icons and no icons.

+

EXPECTED: The padding on the headers should correctly account for the icon settings.

+ +
+
Icons
+
+
+
No Icons
+
+
+
Icons
+
+
+
No Icons
+
+
+
Icons
+
+
+
No Icons
+
+
+
+
+
+
+
+
+
+
+
+
+ +
+
No Icons
+
+
+
Icons
+
+
+
No Icons
+
+
+
Icons
+
+
+
No Icons
+
+
+
Icons
+
+
+
+
+
+
+
+
+
+
+
+
+ + + diff --git a/tests/visual/addClass/addClass_queue.html b/tests/visual/addClass/addClass_queue.html deleted file mode 100644 index 616f2c7f9..000000000 --- a/tests/visual/addClass/addClass_queue.html +++ /dev/null @@ -1,52 +0,0 @@ - - - - - addClass Visual Test : Queue - - - - - - - - -

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.

- -
-
- - - diff --git a/tests/visual/addClass/queue.html b/tests/visual/addClass/queue.html new file mode 100644 index 000000000..21f4cc1cb --- /dev/null +++ b/tests/visual/addClass/queue.html @@ -0,0 +1,52 @@ + + + + + addClass Visual Test : Queue + + + + + + + + +

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

+

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/dialog_on_page_with_large_dom.html deleted file mode 100644 index d807b3e3f..000000000 --- a/tests/visual/dialog/dialog_on_page_with_large_dom.html +++ /dev/null @@ -1,71 +0,0 @@ - - - - - Dialog Visual Test - Modal Dialog in Large DOM - - - - - - - - - - - - - - - - -
-

Dialog Content

- -
- - - - - - - diff --git a/tests/visual/dialog/large_dom.html b/tests/visual/dialog/large_dom.html new file mode 100644 index 000000000..e84f4b328 --- /dev/null +++ b/tests/visual/dialog/large_dom.html @@ -0,0 +1,73 @@ + + + + + Dialog Visual Test - Modal Dialog in Large DOM + + + + + + + + + + + + + + +

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

+ +
+ + + + + + + -- cgit v1.2.3