r3292 committed - dialog test: add an input to verify focus/tabbing caputring

r3292 committed - dialog test: add an input to verify focus/tabbing caputring


Revision: 3292
Author: joern.zaefferer
Date: Thu Sep 24 09:31:06 2009
Log: dialog test: add an input to verify focus/tabbing caputring
http://code.google.com/p/jquery-ui/source/detail?r=3292
Modified:
/branches/dev/tests/visual/dialog/dialog_option_modal_false.html
/branches/dev/tests/visual/dialog/dialog_option_modal_true.html
=======================================
--- /branches/dev/tests/visual/dialog/dialog_option_modal_false.html    Thu
Sep 17 03:39:12 2009
+++ /branches/dev/tests/visual/dialog/dialog_option_modal_false.html    Thu
Sep 24 09:31:06 2009
@@ -20,7 +20,7 @@
    </script>
</head>
<body>
-
+<input />
<div id="dialog" title="Dialog Title">
    

Dialog Content


</div>
=======================================
--- /branches/dev/tests/visual/dialog/dialog_option_modal_true.html    Thu Sep
17 03:39:12 2009
+++ /branches/dev/tests/visual/dialog/dialog_option_modal_true.html    Thu Sep
24 09:31:06 2009
@@ -20,7 +20,7 @@
    </script>
</head>
<body>
-
+<input />
<div id="dialog" title="Dialog Title">
    

Dialog Content


</div>