diff options
author | Richard Worth <rdworth@gmail.com> | 2009-01-25 12:06:25 +0000 |
---|---|---|
committer | Richard Worth <rdworth@gmail.com> | 2009-01-25 12:06:25 +0000 |
commit | beb388e3ebb0e27269d37dd2278c2f0cd196b47f (patch) | |
tree | f85f9f8607dc8edaedc9757f672f28356e328cc4 /tests/visual/dialog | |
parent | d3a81ddf67c191ff696c9e6c2cc0f2fb19bd3fc6 (diff) | |
download | jquery-ui-beb388e3ebb0e27269d37dd2278c2f0cd196b47f.tar.gz jquery-ui-beb388e3ebb0e27269d37dd2278c2f0cd196b47f.zip |
tests: new side-by-side comparison of static and visual tests
Diffstat (limited to 'tests/visual/dialog')
-rw-r--r-- | tests/visual/dialog/default.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/visual/dialog/default.html b/tests/visual/dialog/default.html index e3165d759..290463f48 100644 --- a/tests/visual/dialog/default.html +++ b/tests/visual/dialog/default.html @@ -17,7 +17,9 @@ </head> <body> -<div id="dialog"></div> +<div id="dialog" title="Dialog Title"> + <p> Dialog Content </p> +</div> </body> </html> |