diff options
author | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2012-04-24 17:23:25 +0200 |
---|---|---|
committer | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2012-04-24 17:23:25 +0200 |
commit | 252352e12473034dc86917bc9c7c1f764e6f7eb4 (patch) | |
tree | 4783929caabe1a25abfd743622b9071221a21b26 /tests/unit/position/position.html | |
parent | 1a0f2e46593ec9e3fbca51175d342210a9996fba (diff) | |
download | jquery-ui-252352e12473034dc86917bc9c7c1f764e6f7eb4.tar.gz jquery-ui-252352e12473034dc86917bc9c7c1f764e6f7eb4.zip |
Position: Fix scrollbar calculcation to correctly take overflow:scroll into account, along with unit tests
Diffstat (limited to 'tests/unit/position/position.html')
-rw-r--r-- | tests/unit/position/position.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/position/position.html b/tests/unit/position/position.html index 518e1f960..2a6e43d36 100644 --- a/tests/unit/position/position.html +++ b/tests/unit/position/position.html @@ -43,7 +43,7 @@ elements smaller than 10px have a line-height set on them to avoid a bug in IE6 <div id="parent" style="position: absolute; width: 6px; height: 6px; top: 4px; left: 4px; line-height: 6px;"></div> <div id="within" style="position: absolute; width: 12px; height: 12px; top: 2px; left: 0px;"></div> - <div style="position: absolute; top: 0px; left: 0px"> + <div id="scrollx" style="position: absolute; top: 0px; left: 0px"> <div id="elx" style="position: absolute; width: 10px; height: 10px; line-height: 10px;"></div> <div id="parentx" style="position: absolute; width: 20px; height: 20px; top: 40px; left: 40px;"></div> </div> |