diff options
author | David Murdoch <musicisair@yahoo.com> | 2011-05-13 22:21:52 +0000 |
---|---|---|
committer | David Murdoch <musicisair@yahoo.com> | 2011-05-13 22:21:52 +0000 |
commit | f798b046e0e25f1eea0ed695089c4f4502f9c18d (patch) | |
tree | b51efd428505db49e9cf27122d472a4012bde92d | |
parent | cf96d225325961a24d43bbfdfcf0023bb87e3101 (diff) | |
download | jquery-ui-f798b046e0e25f1eea0ed695089c4f4502f9c18d.tar.gz jquery-ui-f798b046e0e25f1eea0ed695089c4f4502f9c18d.zip |
Update core visual test to allow testing while the window is scrolled.
-rw-r--r-- | tests/visual/position/position.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/visual/position/position.html b/tests/visual/position/position.html index da0ff5170..11932da0e 100644 --- a/tests/visual/position/position.html +++ b/tests/visual/position/position.html @@ -35,7 +35,7 @@ <style> input, .ui-menu { position: absolute; } .ui-menu { width: 200px; } - html, body { width: 99%; height: 99% } + html, body { width: 99%; height: 99%; min-height:700px; min-width:700px; } #container { width: 95%; height: 95%; border: 1px solid black; margin: auto; } </style> </head> |