From 6c6a64c40cce2612a856e14578019f9d40c10786 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Scott=20Gonz=C3=A1lez?= Date: Tue, 29 Mar 2011 18:18:21 -0400 Subject: [PATCH] Dialog: Removed unnecessary visual test files. --- tests/visual/dialog/dialog.html | 32 -------------- .../dialog_on_page_with_scrollbars.html | 29 ------------ .../dialog_option_buttons_OK_Cancel.html | 36 --------------- .../dialog_option_closeOnEscape_false.html | 31 ------------- .../dialog_option_closeOnEscape_true.html | 31 ------------- .../dialog/dialog_option_modal_false.html | 31 ------------- .../dialog/dialog_option_modal_true.html | 31 ------------- .../dialog_option_position_right_top.html | 33 -------------- tests/visual/dialog/dialog_ticket_4350.html | 44 ------------------- tests/visual/dialog/dialog_ticket_4826.html | 44 ------------------- 10 files changed, 342 deletions(-) delete mode 100644 tests/visual/dialog/dialog.html delete mode 100644 tests/visual/dialog/dialog_on_page_with_scrollbars.html delete mode 100644 tests/visual/dialog/dialog_option_buttons_OK_Cancel.html delete mode 100644 tests/visual/dialog/dialog_option_closeOnEscape_false.html delete mode 100644 tests/visual/dialog/dialog_option_closeOnEscape_true.html delete mode 100644 tests/visual/dialog/dialog_option_modal_false.html delete mode 100644 tests/visual/dialog/dialog_option_modal_true.html delete mode 100644 tests/visual/dialog/dialog_option_position_right_top.html delete mode 100644 tests/visual/dialog/dialog_ticket_4350.html delete mode 100644 tests/visual/dialog/dialog_ticket_4826.html diff --git a/tests/visual/dialog/dialog.html b/tests/visual/dialog/dialog.html deleted file mode 100644 index 92f1bf510..000000000 --- a/tests/visual/dialog/dialog.html +++ /dev/null @@ -1,32 +0,0 @@ - - - - - Dialog Visual Test : Default - - - - - - - - - - - - - - - -
-

- Dialog Content -

-
- - - diff --git a/tests/visual/dialog/dialog_on_page_with_scrollbars.html b/tests/visual/dialog/dialog_on_page_with_scrollbars.html deleted file mode 100644 index ddd730a6a..000000000 --- a/tests/visual/dialog/dialog_on_page_with_scrollbars.html +++ /dev/null @@ -1,29 +0,0 @@ - - - - - Dialog Visual Test : Dialog on page with scrollbars - - - - - - - - - - - - - - -
-

Dialog Content

-
- - - diff --git a/tests/visual/dialog/dialog_option_buttons_OK_Cancel.html b/tests/visual/dialog/dialog_option_buttons_OK_Cancel.html deleted file mode 100644 index 5ff5f45d0..000000000 --- a/tests/visual/dialog/dialog_option_buttons_OK_Cancel.html +++ /dev/null @@ -1,36 +0,0 @@ - - - - - Dialog Visual Test : Dialog option buttons OK Cancel - - - - - - - - - - - - - - -
-

- Dialog Content -

-
- - - diff --git a/tests/visual/dialog/dialog_option_closeOnEscape_false.html b/tests/visual/dialog/dialog_option_closeOnEscape_false.html deleted file mode 100644 index 14c525f29..000000000 --- a/tests/visual/dialog/dialog_option_closeOnEscape_false.html +++ /dev/null @@ -1,31 +0,0 @@ - - - - - Dialog Visual Test : Dialog option closeOnEscape true - - - - - - - - - - - - - - -
-

Dialog Content

-
- - - diff --git a/tests/visual/dialog/dialog_option_closeOnEscape_true.html b/tests/visual/dialog/dialog_option_closeOnEscape_true.html deleted file mode 100644 index 06b1bc561..000000000 --- a/tests/visual/dialog/dialog_option_closeOnEscape_true.html +++ /dev/null @@ -1,31 +0,0 @@ - - - - - Dialog Visual Test : Dialog option closeOnEscape true - - - - - - - - - - - - - - -
-

Dialog Content

-
- - - diff --git a/tests/visual/dialog/dialog_option_modal_false.html b/tests/visual/dialog/dialog_option_modal_false.html deleted file mode 100644 index 80601d0d9..000000000 --- a/tests/visual/dialog/dialog_option_modal_false.html +++ /dev/null @@ -1,31 +0,0 @@ - - - - - Dialog Visual Test : Dialog option modal false - - - - - - - - - - - - - - -
-

Dialog Content

-
- - - diff --git a/tests/visual/dialog/dialog_option_modal_true.html b/tests/visual/dialog/dialog_option_modal_true.html deleted file mode 100644 index d3b487517..000000000 --- a/tests/visual/dialog/dialog_option_modal_true.html +++ /dev/null @@ -1,31 +0,0 @@ - - - - - Dialog Visual Test : Dialog option modal true - - - - - - - - - - - - - - -
-

Dialog Content

-
- - - diff --git a/tests/visual/dialog/dialog_option_position_right_top.html b/tests/visual/dialog/dialog_option_position_right_top.html deleted file mode 100644 index 34ca3ad48..000000000 --- a/tests/visual/dialog/dialog_option_position_right_top.html +++ /dev/null @@ -1,33 +0,0 @@ - - - - - Dialog Visual Test : Dialog option position right top - - - - - - - - - - - - - - -
-

Dialog Content

-
- - - diff --git a/tests/visual/dialog/dialog_ticket_4350.html b/tests/visual/dialog/dialog_ticket_4350.html deleted file mode 100644 index 14925e925..000000000 --- a/tests/visual/dialog/dialog_ticket_4350.html +++ /dev/null @@ -1,44 +0,0 @@ - - - - - Dialog Visual Test : Dialog ticket #4350 - - - - - - - - - - - - - - - -

#4350 - Dialog: No Scrollbars in IE in Quirksmode

- - -
- foo

- foo

- foo

- foo

- foo

- foo

- foo

- foo

- foo

- foo

-

- - - diff --git a/tests/visual/dialog/dialog_ticket_4826.html b/tests/visual/dialog/dialog_ticket_4826.html deleted file mode 100644 index fb4814e16..000000000 --- a/tests/visual/dialog/dialog_ticket_4826.html +++ /dev/null @@ -1,44 +0,0 @@ - - - - - Dialog Visual Test : Dialog ticket #4826 - - - - - - - - - - - - - - -

#4826 - Setting resizable false toggles resizable on dialog

- - -
-

I should NEVER be resizable!

-
- - - \ No newline at end of file -- 2.39.5