From 902c1910e7d7094d92bc6d96c05f6ffc471a7cd8 Mon Sep 17 00:00:00 2001 From: Richard Worth Date: Fri, 30 Jan 2009 03:25:06 +0000 Subject: dialog unit tests: Added option closeOnEscape tests --- .../dialog/dialog_option_closeOnEscape_false.html | 27 ++++++++++++++++++++++ .../dialog/dialog_option_closeOnEscape_true.html | 27 ++++++++++++++++++++++ 2 files changed, 54 insertions(+) create mode 100644 tests/visual/dialog/dialog_option_closeOnEscape_false.html create mode 100644 tests/visual/dialog/dialog_option_closeOnEscape_true.html (limited to 'tests/visual') diff --git a/tests/visual/dialog/dialog_option_closeOnEscape_false.html b/tests/visual/dialog/dialog_option_closeOnEscape_false.html new file mode 100644 index 000000000..4bc060e71 --- /dev/null +++ b/tests/visual/dialog/dialog_option_closeOnEscape_false.html @@ -0,0 +1,27 @@ + + + + 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 new file mode 100644 index 000000000..4be19e97a --- /dev/null +++ b/tests/visual/dialog/dialog_option_closeOnEscape_true.html @@ -0,0 +1,27 @@ + + + + Dialog Visual Test : Dialog option closeOnEscape true + + + + + + + + + + + +
+

Dialog Content

+
+ + + -- cgit v1.2.3